CommandControl.parent Property
Parent Object: CommandControlDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandControl.h>
Description
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.
Syntax
"commandControl_var" is a variable referencing a CommandControl object.
|