BCGSoft.ControlBars Namespace : OverlapAutoHideButtonsType Enumeration |
Specifies if autohide buttons will overlap each other on the AutoHidePanel. The property OverlapAutoHideButtons of the DockManager has the type defined on this enumeration. This property is used in the method AdjustLayout of the class AutoHideButtons for specification of the layout of buttons. The default value of the property OverlappedAutoHideButtons is Default.
'Declaration Public Enum OverlapAutoHideButtonsType Inherits System.Enum
'Usage Dim instance As OverlapAutoHideButtonsType
public enum OverlapAutoHideButtonsType : System.Enum
__value public enum OverlapAutoHideButtonsType : public System.Enum
public enum class OverlapAutoHideButtonsType : public System.Enum
Member | Description |
---|---|
Default | The autohide buttons will be overlapped, if the property OverlapAHButtons of current Visual Manager is true, otherwise – false. |
NonOverlapped | The autohide buttons don't overlap each other. |
Overlapped | The autohide buttons overlap each other. |
System.Object
System.ValueType
System.Enum
BCGSoft.ControlBars.OverlapAutoHideButtonsType
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