LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

State Property (AutoHidePanel)

Show in webframe






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: __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

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.