LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
State Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > AutoHidePanel Class : State Property




Gets or sets the current state of the control.

Syntax

Visual Basic (Declaration) 
Public Property State As AutoHidePanelState
Visual Basic (Usage)Copy Code
Dim instance As AutoHidePanel
Dim value As AutoHidePanelState
 
instance.State = value
 
value = instance.State
C# 
public AutoHidePanelState State {get; set;}
Managed Extensions for C++ 
public: __property AutoHidePanelState get_State();
public: __property void set_State( 
   AutoHidePanelState value
);
C++/CLI 
public:
property AutoHidePanelState State {
   AutoHidePanelState get();
   void set (    AutoHidePanelState value);
}

Property Value

A AutoHidePanelState value for the current state of the control.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also