BulletChrome::IsChecked Property
.NET Framework (current version)
Gets or sets a value indicating whether the Bullet is checked.
Assemblies: PresentationFramework.Aero (in PresentationFramework.Aero.dll)
PresentationFramework.Aero2 (in PresentationFramework.Aero2.dll)
PresentationFramework.Luna (in PresentationFramework.Luna.dll)
PresentationFramework.Royale (in PresentationFramework.Royale.dll)
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 null is potentially user-settable. Otherwise, the value of IsChecked cannot be set to null by user action, but it can be set that way in markup or code.
Identifier field | |
Metadata properties set to true | AffectsRender (however, this property might not be set in all themes) |
<object IsChecked="bool"/> - or - <object IsChecked="x:Null"/>
.NET Framework
Available since 3.0
Available since 3.0
Show: