BCGControlBar Library for .NET
DockEdgeFromDockStyle Method




A DockStyle to translate.
Translates DockStyle value to the corresponding DockEdge.
Syntax
'Declaration
 
Public Shared Function DockEdgeFromDockStyle( _
   ByVal dock As DockStyle _
) As DockEdge
'Usage
 
Dim dock As DockStyle
Dim value As DockEdge
 
value = GlobalUtils.DockEdgeFromDockStyle(dock)
public static DockEdge DockEdgeFromDockStyle( 
   DockStyle dock
)
public: static DockEdge DockEdgeFromDockStyle( 
   DockStyle dock
) 
public:
static DockEdge DockEdgeFromDockStyle( 
   DockStyle dock
) 

Parameters

dock
A DockStyle to translate.
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

GlobalUtils Class
GlobalUtils Members

Send Feedback