System.Windows.Forms.ToolStripButton.CheckState Property

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.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.CheckState.Unchecked)]
public CheckState CheckState { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Set the ToolStripButton.CheckState to Indeterminate when you do not want to set a default state.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0