The properties of System.Windows.Forms.ToolBarButton are listed below. For a list of all members, see the ToolBarButton Members list.
See Also: Inherited members from System.ComponentModel.Component
DropDownMenu | Menu.
Gets or sets the menu to be displayed in the drop-down toolbar button. | |
Enabled | bool.
Gets or sets a value indicating whether the button is enabled. | |
ImageIndex | int.
Gets or sets the index value of the image assigned to the button. | |
ImageKey | string.
Gets or sets the name of the image assigned to the button. | |
Name | string.
The name of the button. | |
[read-only] | Parent | ToolBar.
Gets the toolbar control that the toolbar button is assigned to. |
PartialPush | bool.
Gets or sets a value indicating whether a toggle-style toolbar button is partially pushed. | |
Pushed | bool.
Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state. | |
[read-only] | Rectangle | System.Drawing.Rectangle.
Gets the bounding rectangle for a toolbar button. |
Style | ToolBarButtonStyle.
Gets or sets the style of the toolbar button. | |
Tag | object.
Gets or sets the object that contains data about the toolbar button. | |
Text | string.
Gets or sets the text displayed on the toolbar button. | |
ToolTipText | string.
Gets or sets the text that appears as a ToolTip for the button. | |
Visible | bool.
Gets or sets a value indicating whether the toolbar button is visible. |