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

AutoHide Property







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 bool AutoHide {get; set;}
 get_AutoHide();
set_AutoHide(value);
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: 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.