ToolBarButton Properties
.NET Framework 4.5
The ToolBarButton type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
DropDownMenu | Gets or sets the menu to be displayed in the drop-down toolbar button. |
|
Enabled | Gets or sets a value indicating whether the button is enabled. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
ImageIndex | Gets or sets the index value of the image assigned to the button. |
|
ImageKey | Gets or sets the name of the image assigned to the button. |
|
Name | The name of the button. |
|
Parent | Gets the toolbar control that the toolbar button is assigned to. |
|
PartialPush | Gets or sets a value indicating whether a toggle-style toolbar button is partially pushed. |
|
Pushed | Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state. |
|
Rectangle | Gets the bounding rectangle for a toolbar button. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Style | Gets or sets the style of the toolbar button. |
|
Tag | Gets or sets the object that contains data about the toolbar button. |
|
Text | Gets or sets the text displayed on the toolbar button. |
|
ToolTipText | Gets or sets the text that appears as a ToolTip for the button. |
|
Visible | Gets or sets a value indicating whether the toolbar button is visible. |