ToggleButton::IsThreeState Property
.NET Framework (current version)
Determines whether the control supports two or three states.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property bool IsThreeState { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the control supports three states; otherwise, false. The default is false.
The IsChecked property can be set to null as a third state when IsThreeState is true.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: