Intersoft ClientUI Documentation
UseVisualState Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXThumb Class : UseVisualState Property






Gets or sets a value that indicates whether the control should apply visual state during user interaction.

Syntax

Visual Basic (Declaration) 
Public Property UseVisualState As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXThumb
Dim value As Boolean
 
instance.UseVisualState = value
 
value = instance.UseVisualState
C# 
public bool UseVisualState {get; set;}
Delphi 
public read-write property UseVisualState: Boolean; 
JScript 
public function get,set UseVisualState : boolean
Managed Extensions for C++ 
public: __property bool get_UseVisualState();
public: __property void set_UseVisualState( 
   bool value
);
C++/CLI 
public:
property bool UseVisualState {
   bool get();
   void set (    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.