additionalDefinitions |
Gets or sets the command definitions used to define the buttons associated with the split button. |
defaultCommandDefinition |
Gets the command definition that is used as the default command on the main portion of the split button. |
id |
Gets the unique ID of this control. The ID is unique with respect to the other controls within the same panel, toolbar, or drop-down control. |
index |
Gets the position of this control within the list of controls within the panel, toolbar, or drop-down control. |
isLastUsedShown |
Gets if this button behaves where the last executed command becomes the command on the main portion of the split button. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
isVisible |
Gets or sets if this control is currently visible. |
objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
parent |
Gets the Parent object. When associated with a toolbar (right or left QAT or the NavBar) this returns the parent Toolbar object. When associated with a panel it returns the parent ToolbarPanel object. When associated with a control (DropDownControl) it returns the parent control. |