Name | Description | |
---|---|---|
![]() | Command | Gets or sets the Command object for the button. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContextMenu | Gets or sets the PopupWindow the button will display. Only works if Style is set to ToolBarButtonStyle.DropDown. |
![]() | Control | Gest or sets the control this button will display. Only works with Style set to ToolBarButtonStyle.Control. |
![]() | Enabled | Gets or sets a value indicating if the button is currently enabled. |
![]() | ImageIndex | Gets or sets the image index for the button. |
![]() | Parent | Gets the ToolBar object that owns the button. |
![]() | Pushed | Gets or sets a value indicating whether the state of the button is pushed. Only works with Style set to ToolBarButtonStyle.Toggle. |
![]() | Rectangle | Gets the bounds of the button relative to its parent toolbar. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Style | Gets or sets the ToolBarButtonStyle field of the button. |
![]() | Tag | Gets or sets the additional data associated with the button. |
![]() | ToolTipText | Gets or sets the tooltip this button will display. |