ToolBarComboBoxItem Methods |
The ToolBarComboBoxItem type exposes the following members.
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.) |