BCGSoft.Shared Namespace : LayoutType Enumeration |
The LayoutType enumeration is used to define a type of the layout of the control.
'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
Member | Description |
---|---|
AutoHideBar | The type of layout for the AutoHidePanel. |
CommandBar | Control can be docked as a Commandbar. (Such value is returned if the control is a dockbar). |
Docking | The type of layout for the Control which can be docked (Docking Pane, Splitter control). |
None | The type of layout of the control which can not be docked (use in PopupFrame, SplitterControl). |
System.Object
System.ValueType
System.Enum
BCGSoft.Shared.LayoutType
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