LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

TopLevel Property

Show in webframe






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

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


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