Intersoft ClientUI Documentation
CheckedState Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXToggleButton Class : CheckedState Property






Gets or sets the value that determines the checked state of the control.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")>
Public Property CheckedState As Nullable(Of Boolean)
Visual Basic (Usage)Copy Code
Dim instance As UXToggleButton
Dim value As Nullable(Of Boolean)
 
instance.CheckedState = value
 
value = instance.CheckedState
C# 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public Nullable<bool> CheckedState {get; set;}
Delphi 
public read-write property CheckedState: Nullable; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")
public function get,set CheckedState : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public: __property Nullable<bool> get_CheckedState();
public: __property void set_CheckedState( 
   Nullable<bool> value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public:
property Nullable<bool> CheckedState {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.