Intersoft ClientUI Documentation
CheckedState Property



Gets or sets the value that determines the checked state of the control.
Syntax
<TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")>
<CategoryAttribute("Common Properties")>
Public Property CheckedState As Nullable(Of Boolean)
Dim instance As UXToggleButton
Dim value As Nullable(Of Boolean)
 
instance.CheckedState = value
 
value = instance.CheckedState
[TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
[CategoryAttribute("Common Properties")]
public Nullable<bool> CheckedState {get; set;}
[TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
[CategoryAttribute("Common Properties")]
public:
property Nullable<bool> CheckedState {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}
Requirements

Target Platforms: 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

See Also

Reference

UXToggleButton Class
UXToggleButton Members

Send Feedback