CommandState.IsChecked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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