BulletChrome::IsChecked Property

 

Gets or sets a value indicating whether the Bullet is checked.

Namespace:   Microsoft.Windows.Themes
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)

public:
property Nullable<bool> IsChecked {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if the Bullet is checked; false if the Bullet is not checked; otherwise, null.

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

IsCheckedProperty

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
Return to top
Show: