ToolbarPanel.indexWithinTab Method
Parent Object:
ToolbarPanelDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ToolbarPanel.h>
Description
Gets the position this panel is in within the toolbar tab. The first panel in the tab is at position 0.
Syntax
"toolbarPanel_var" is a variable referencing a ToolbarPanel object.returnValue = toolbarPanel_var.indexWithinTab(tabId)
|
"toolbarPanel_var" is a variable referencing a ToolbarPanel object.
#include <Core/UserInterface/ToolbarPanel.h>
returnValue = toolbarPanel_var->indexWithinTab(tabId);
|
Return Value
uinteger |
Returns the index value of the panel within the tab. |
Parameters
Version
Introduced in version August 2019