BCGControlBar Library for .NET
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.

Syntax
'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 
Members
MemberDescription
Default

The autohide buttons will be overlapped, if the property OverlapAHButtons of current Visual Manager is true, otherwise – false.

NonOverlappedThe autohide buttons don't overlap each other.
OverlappedThe autohide buttons overlap each other.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.OverlapAutoHideButtonsType

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.ControlBars Namespace

Send Feedback