Click or drag to resize

ToolBarComboBoxItem Properties

The ToolBarComboBoxItem type exposes the following members.

Properties
  NameDescription
Public propertyBuiltIn
Get a value indicating whether it is a built-in toolbar item.
(Inherited from ToolBarItem.)
Public propertyCommandName
Get or set the command name assigned to the toolbar item.
(Inherited from ToolBarItem.)
Public propertyDisplayStyle
Get or set the display state of the toolbar item.
(Inherited from ToolBarItem.)
Public propertyDropDownStyle
Get or set the style of the combo box.
Public propertyEnabled
Gets a value indicating whether the toolbar item is valid.
(Inherited from ToolBarItem.)
Public propertyID
Get the command ID assigned to the toolbar item.
(Inherited from ToolBarItem.)
Public propertyIndex
Get the index number in the collection of toolbar items.
(Inherited from ToolBarItem.)
Public propertyItemType
Get the type of toolbar item.
(Inherited from ToolBarItem.)
Public propertyName
Gets or sets the key name associated with this toolbar item.
(Inherited from ToolBarItem.)
Public propertySelectedIndex
Gets or sets the index of the currently selected item.
Public propertyText
Get or set the text displayed on the toolbar item.
(Inherited from ToolBarItem.)
Public propertyToolTipText
Gets or sets the text to be displayed as a tooltip for the toolbar item.
(Inherited from ToolBarItem.)
Top
See Also