| 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. |
| AutoHide |
|
| ControlType |
Read-only property that returns the control type. |
| Count |
Read-only property that returns the number of items in the dropdown. |
| DisplayName |
|
| Enabled |
|
| HasMRUBehavior |
|
| Index |
Read-only property that returns the index this control is currently positioned at within the mini toolbar. |
| InternalName |
Read-only property that returns a string uniquely identifying this control within the toolbar. |
| IsSplitButton |
Read-write property that specifies if this is a split button dropdown control. If True, clicking the button will result in an OnClick event. If this property if False, clicking the button will cause the pop-up to be displayed where the user can click on an item in the list. |
| Item |
Returns the display name of the specified item from the dropdown. |
| LargeIcon |
|
| Parent |
Gets the parent object from whom this object can logically be reached. |
| Pressed |
|
| SelectedIndex |
|
| SelectedItem |
Returns the item currently selected. This can return Nothing in the case where nothing is selected and will always return Nothing in the case where HasMRUBehavior is False. |
| ShowIcon |
|
| ShowText |
|
| StandardIcon |
|
| ToolTipText |
|
| Type |
Returns an ObjectTypeEnum indicating this object's type. |
| Visible |
|