System.Windows.Forms.MenuItem.RadioCheck Property

Gets or sets a value indicating whether the System.Windows.Forms.MenuItem, if checked, displays a radio-button instead of a check mark.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool RadioCheck { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Check marks do not necessarily imply a mutually exclusive state for a group of menu items. You can use this property to indicate to the user that the check mark of a menu item is mutually exclusive.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0