BulletChrome::IsChecked Property
Gets or sets a value indicating whether the Bullet is checked.
Assemblies: PresentationFramework.Royale (in PresentationFramework.Royale.dll)
PresentationFramework.Aero (in PresentationFramework.Aero.dll)
PresentationFramework.Luna (in PresentationFramework.Luna.dll)
XMLNS for XAML: Not mapped to an xmlns.
public: property Nullable<bool> IsChecked { Nullable<bool> get (); void set (Nullable<bool> value); }
<object IsChecked="bool"/> - or - <object IsChecked="x:Null"/>
Property Value
Type: System::Nullable<Boolean>true if the Bullet is checked; false if the Bullet is not checked; otherwise, nullptr.
Identifier field | |
Metadata properties set to true | AffectsRender (however, this property might not be set in all themes) |
This property only applies when the Bullet is a RadioButton or CheckBox.
If the object used for the bullet supports an IsThreeState property, and the value of that property is true, then a value of nullptr is potentially user-settable. Otherwise, the value of IsChecked cannot be set to nullptr by user action, but it can be set that way in markup or code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.