다음을 통해 공유


CommandState.IsChecked Property

Definition

If true, the command should appear as checked (i.e. toggled) in the UI.

public:
 property bool IsChecked { bool get(); };
public bool IsChecked { get; }
public bool IsChecked { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsChecked : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsChecked : bool
Public ReadOnly Property IsChecked As Boolean

Property Value

Attributes

Applies to