Intersoft ClientUI Documentation
IsThreeState Property (UXToggleButton)



Specifies whether the toggle button has three state check behavior.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsThreeState As Boolean
Dim instance As UXToggleButton
Dim value As Boolean
 
instance.IsThreeState = value
 
value = instance.IsThreeState
[CategoryAttribute("Common Properties")]
public bool IsThreeState {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool IsThreeState {
   bool get();
   void set (    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