BCGControlBar Library for .NET
OverlapAutoHideButtons Property




Indicates a value whether the AutoHideButtons on the AutoHidePanel should be overlapped by each other.
Syntax
'Declaration
 
Public Property OverlapAutoHideButtons As OverlapAutoHideButtonsType
'Usage
 
Dim instance As DockManager
Dim value As OverlapAutoHideButtonsType
 
instance.OverlapAutoHideButtons = value
 
value = instance.OverlapAutoHideButtons
public OverlapAutoHideButtonsType OverlapAutoHideButtons {get; set;}
public: __property OverlapAutoHideButtonsType get_OverlapAutoHideButtons();
public: __property void set_OverlapAutoHideButtons( 
   OverlapAutoHideButtonsType value
);
public:
property OverlapAutoHideButtonsType OverlapAutoHideButtons {
   OverlapAutoHideButtonsType get();
   void set (    OverlapAutoHideButtonsType value);
}
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

DockManager Class
DockManager Members

Send Feedback