Win |
The Win32ToolBarButton type exposes the following members.
| Name | Description | |
|---|---|---|
| Win32ToolBarButton | Initializes a new instance of the Win32ToolBarButton class. | |
| Win32ToolBarButton(String) | Initializes a new instance of the Win32ToolBarButton class and displays the assigned text on the button. |
| Name | Description | |
|---|---|---|
| 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. | |
| 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. | |
| 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. | |
| Width | Gets or sets the width. |
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the Win32ToolBarButton and optionally releases the managed resources. (Overrides ComponentDispose(Boolean)) | |
| ToString | Returns a string that represents the Win32ToolBarButton control. (Overrides ComponentToString) |