BCGControlBar Library for .NET
LayoutType Enumeration




The LayoutType enumeration is used to define a type of the layout of the control. 

Syntax
'Declaration
 
Public Enum LayoutType 
   Inherits System.Enum
'Usage
 
Dim instance As LayoutType
public enum LayoutType : System.Enum 
__value public enum LayoutType : public System.Enum 
public enum class LayoutType : public System.Enum 
Members
MemberDescription
AutoHideBarThe type of layout for the AutoHidePanel.
CommandBarControl can be docked as a Commandbar. (Such value is returned if the control is a dockbar).
DockingThe type of layout for the Control which can be docked (Docking Pane, Splitter control).
NoneThe type of layout of the control which can not be docked (use in PopupFrame,  SplitterControl).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.LayoutType

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

BCGSoft.Shared Namespace

Send Feedback