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

TopLevel Property







Gets or sets a value indicating whether this AutoHidePanel is a top level control.
Syntax
public bool TopLevel {get; set;}
'Declaration
 
Public Property TopLevel As Boolean
'Usage
 
Dim instance As AutoHidePanel
Dim value As Boolean
 
instance.TopLevel = value
 
value = instance.TopLevel
public bool TopLevel {get; set;}
 get_TopLevel();
set_TopLevel(value);
public: __property bool get_TopLevel();
public: __property void set_TopLevel( 
   bool value
);
public:
property bool TopLevel {
   bool get();
   void set (    bool value);
}

Property Value

True to mark this AutoHidePanel control as top level; Otherwise, false.
Remarks

When this property is set to True the CollapseTopLevelPanels and ExpandTopLevelPanels will change this control state.

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.