MenuItem.IsCheckable Property

Definition

Gets a value that indicates whether a MenuItem can be checked.

public:
 property bool IsCheckable { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsCheckable { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsCheckable : bool with get, set
Public Property IsCheckable As Boolean

Property Value

true if the menu item can be checked; otherwise, false. The default is false.

Attributes

Examples

The following example shows how to make MenuItem controls that are checked when a user clicks them.

<MenuItem Header="_New" IsCheckable="true"/>

Remarks

Dependency Property Information

Identifier field IsCheckableProperty
Metadata properties set to true None

Applies to