SplitButtonControl.isLastUsedShown Property
Parent Object:
SplitButtonControlDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SplitButtonControl.h>
Description
Gets if this button behaves where the last executed command becomes the command on the main portion of the split button.
Syntax
"splitButtonControl_var" is a variable referencing a SplitButtonControl object.
# Get the value of the property. propertyValue = splitButtonControl_var.isLastUsedShown
|
"splitButtonControl_var" is a variable referencing a SplitButtonControl object.
#include <Core/UserInterface/SplitButtonControl.h>
// Get the value of the property. boolean propertyValue = splitButtonControl_var->isLastUsedShown();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014