Click or drag to resize

ToolBarComboBoxItem Class

Represents a combo box displayed on the toolbar.
Inheritance Hierarchy

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class ToolBarComboBoxItem : ToolBarItem

The ToolBarComboBoxItem type exposes the following members.

Constructors
  NameDescription
Protected methodToolBarComboBoxItem
Initializes a new instance of the ToolBarComboBoxItem class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItems
Get the array of items in the combo box.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClick
Raise the click event.
(Inherited from ToolBarItem.)
Protected methodOnDropDown
Generate a DropDown event.
Protected methodOnDropDownClosed
Raise DropDownClosed event.
Protected methodOnSelectedIndexChanged
Raises the SelectedIndexChanged event.
Protected methodOnSelectionChangeCommitted
Raise SelectionChangeCommitted event.
Public methodSetHbitmap
Display the bitmap on the toolbar item.
(Inherited from ToolBarItem.)
Public methodSetItems
Set the array of items in the combo box.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventClick
Occurs when a toolbar item is clicked.
(Inherited from ToolBarItem.)
Public eventDropDown
Occurs when the drop-down part of the combo box is displayed.
Public eventDropDownClosed
Occurs when the drop-down part of the combo box is closed.
Public eventSelectedIndexChanged
Occurs when the index of the item selected in the combo box is changed.
Public eventSelectionChangeCommitted
Occurs when an item is selected by the drop-down list of the combo box and the selection change is completed.
Top
See Also