| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| BuiltIn |
Gets the BuiltIn status for a UIDefinition. |
| Classification |
Gets the classification. |
| ClientId |
Gets ClientID. |
| DefaultShortcut |
Gets/Sets the default (internal) shortcut assigned to the command. Setting this property fails for built-in ControlDefinitions. |
| DefaultShortcutType |
Gets the type of default shortcut assigned to this command. Possible return values are kNoShortcut (no shortcut has been assigned), kAcceleratorShortcut (a shortcut that directly launches the command), or kAliasShortcut (a command alias). |
| DefinitionType |
Gets the ControlDefinitionType. |
| DescriptionText |
Gets/Sets Description Text. |
| DisplayName |
Gets the Display Name. |
| Enabled |
Enables/Disables the UIDefinition object. |
| InternalName |
Gets the Internal Name. |
| IsShortcutOverridden |
Gets whether the default (internal) shortcut has been overridden by the user or through the API. |
| LargeIcon |
Gets/Sets LargeIcon. |
| OverrideShortcut |
Gets/Sets the override shortcut assigned to the command. Setting this property to a null string clears the override. |
| OverrideShortcutType |
Gets the type of override shortcut assigned to this command. Possible return values are kNoShortcut (no shortcut has been assigned), kAcceleratorShortcut (a shortcut that directly launches the command), or kAliasShortcut (a command alias). |
| Parent |
Gets the parent object from whom this object can logically be reached. |
| Pressed |
Gets/Sets Pressed property. |
| ProgressiveToolTip |
Returns a ProgressiveToolTip object providing access to enhanced tooltip display for controls in the ribbon interface. |
| StandardIcon |
Gets/Sets StandardIcon. |
| ToolTipText |
Gets/Sets Tooltip. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |