BCGControlBar Library for .NET
AutoHideEdgeMap Field




Represents an array of the DockStyles which can be applied as AutoHide edges.
Syntax
'Declaration
 
Public Shared AutoHideEdgeMap As DockStyle()
'Usage
 
Dim value() As DockStyle
 
value = DockManager.AutoHideEdgeMap
 
DockManager.AutoHideEdgeMap = value
public static DockStyle[] AutoHideEdgeMap
public: static DockStyle[]* AutoHideEdgeMap
public:
static array<DockStyle>^ AutoHideEdgeMap
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