LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

State Property (AutoHidePanel)







Gets or sets the current state of the control.
Syntax
public AutoHidePanelState State {get; set;}
'Declaration
 
Public Property State As AutoHidePanelState
'Usage
 
Dim instance As AutoHidePanel
Dim value As AutoHidePanelState
 
instance.State = value
 
value = instance.State
public AutoHidePanelState State {get; set;}
 get_State();
set_State(value);
public: __property AutoHidePanelState get_State();
public: __property void set_State( 
   AutoHidePanelState value
);
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: 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

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.