System.Windows.Forms.ToolStripMenuItem.CheckState Property

Gets or sets a value indicating whether a System.Windows.Forms.ToolStripMenuItem is in the checked, unchecked, or indeterminate state.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStripMenuItem.CheckState property to control or determine whether a System.Windows.Forms.ToolStripMenuItem is initially checked, unchecked, or in an indeterminate 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