ToolBarComboBoxItem Class |
Namespace: RootPro.RootProCAD.UI
The ToolBarComboBoxItem type exposes the following members.
Name | Description | |
---|---|---|
ToolBarComboBoxItem | Initializes a new instance of the ToolBarComboBoxItem class |
Name | Description | |
---|---|---|
BuiltIn |
Get a value indicating whether it is a built-in toolbar item.
(Inherited from ToolBarItem.) | |
CommandName |
Get or set the command name assigned to the toolbar item.
(Inherited from ToolBarItem.) | |
DisplayStyle |
Get or set the display state of the toolbar item.
(Inherited from ToolBarItem.) | |
DropDownStyle |
Get or set the style of the combo box.
| |
Enabled |
Gets a value indicating whether the toolbar item is valid.
(Inherited from ToolBarItem.) | |
ID |
Get the command ID assigned to the toolbar item.
(Inherited from ToolBarItem.) | |
Index |
Get the index number in the collection of toolbar items.
(Inherited from ToolBarItem.) | |
ItemType |
Get the type of toolbar item.
(Inherited from ToolBarItem.) | |
Name |
Gets or sets the key name associated with this toolbar item.
(Inherited from ToolBarItem.) | |
SelectedIndex |
Gets or sets the index of the currently selected item.
| |
Text |
Get or set the text displayed on the toolbar item.
(Inherited from ToolBarItem.) | |
ToolTipText |
Gets or sets the text to be displayed as a tooltip for the toolbar item.
(Inherited from ToolBarItem.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItems |
Get the array of items in the combo box.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnClick |
Raise the click event.
(Inherited from ToolBarItem.) | |
OnDropDown |
Generate a DropDown event.
| |
OnDropDownClosed |
Raise DropDownClosed event.
| |
OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
| |
OnSelectionChangeCommitted |
Raise SelectionChangeCommitted event.
| |
SetHbitmap |
Display the bitmap on the toolbar item.
(Inherited from ToolBarItem.) | |
SetItems |
Set the array of items in the combo box.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Click |
Occurs when a toolbar item is clicked.
(Inherited from ToolBarItem.) | |
DropDown |
Occurs when the drop-down part of the combo box is displayed.
| |
DropDownClosed |
Occurs when the drop-down part of the combo box is closed.
| |
SelectedIndexChanged |
Occurs when the index of the item selected in the combo box is changed.
| |
SelectionChangeCommitted |
Occurs when an item is selected by the drop-down list of the combo box and the selection change is completed.
|