SplitButtonControl.index Property
Parent Object:
SplitButtonControlDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SplitButtonControl.h>
Description
Gets the position of this control within the list of controls within the panel, toolbar, or drop-down control.
Syntax
"splitButtonControl_var" is a variable referencing a SplitButtonControl object.
# Get the value of the property. propertyValue = splitButtonControl_var.index
|
"splitButtonControl_var" is a variable referencing a SplitButtonControl object.
#include <Core/UserInterface/SplitButtonControl.h>
// Get the value of the property. uinteger propertyValue = splitButtonControl_var->index();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014