LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

AutoHide Property

Show in webframe






Gets or sets whether the control will automatically collapse and expand based on the location of the mouse cursor.
Syntax
public bool AutoHide {get; set;}
'Declaration
 
Public Property AutoHide As Boolean
'Usage
 
Dim instance As AutoHidePanel
Dim value As Boolean
 
instance.AutoHide = value
 
value = instance.AutoHide

            

            
public: __property bool get_AutoHide();
public: __property void set_AutoHide( 
   bool value
);
public:
property bool AutoHide {
   bool get();
   void set (    bool value);
}

Property Value

True to make the control collapse and expand automatically; Otherwise, false.
Requirements

Target Platforms

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


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