The properties of System.Windows.Forms.ToolStripButton are listed below. For a list of all members, see the ToolStripButton Members list.
See Also: Inherited members from System.Windows.Forms.ToolStripItem
AutoToolTip | bool.
Gets or sets a value indicating whether default or custom System.Windows.Forms.ToolTip text is displayed on the System.Windows.Forms.ToolStripButton. | |
[read-only] override | CanSelect | bool.
Gets a value indicating whether the System.Windows.Forms.ToolStripButton can be selected. |
Checked | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripButton is pressed or not pressed. | |
CheckOnClick | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripButton should automatically appear pressed in and not pressed in when clicked. | |
CheckState | CheckState.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripButton is in the pressed or not pressed state by default, or is in an indeterminate state. |
[read-only] override | DefaultAutoToolTip | bool.
Gets a value indicating whether to display the ToolTip that is defined as the default. |