System.Windows.Forms.ToolStripMenuItem.Checked Property

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripMenuItem is checked.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Bindable(true)]
public bool Checked { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolStripMenuItem.Checked property returns false if and only if the System.Windows.Forms.ToolStripMenuItem is unchecked.

Requirements

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