ToolBarItem Class |
Namespace: RootPro.RootProCAD.UI
The ToolBarItem type exposes the following members.
Name | Description | |
---|---|---|
ToolBarItem | Initializes a new instance of the ToolBarItem class |
Name | Description | |
---|---|---|
BuiltIn |
Get a value indicating whether it is a built-in toolbar item.
| |
CommandName |
Get or set the command name assigned to the toolbar item.
| |
DisplayStyle |
Get or set the display state of the toolbar item.
| |
Enabled |
Gets a value indicating whether the toolbar item is valid.
| |
ID |
Get the command ID assigned to the toolbar item.
| |
Index |
Get the index number in the collection of toolbar items.
| |
ItemType |
Get the type of toolbar item.
| |
Name |
Gets or sets the key name associated with this toolbar item.
| |
Text |
Get or set the text displayed on the toolbar item.
| |
ToolTipText |
Gets or sets the text to be displayed as a tooltip for the toolbar item.
|
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.) | |
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.
| |
SetHbitmap |
Display the bitmap on the toolbar item.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |