BCGControlBar Library for .NET
IndexToDockEdge(Int32) Method




An index to get a DockEdge.
Gets a dock edge from a specified index.
Syntax
'Declaration
 
Public Overloads Shared Function IndexToDockEdge( _
   ByVal i As Integer _
) As DockEdge
'Usage
 
Dim i As Integer
Dim value As DockEdge
 
value = GlobalUtils.IndexToDockEdge(i)
public static DockEdge IndexToDockEdge( 
   int i
)
public: static DockEdge IndexToDockEdge( 
   int i
) 
public:
static DockEdge IndexToDockEdge( 
   int i
) 

Parameters

i
An index to get a DockEdge.
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
Overload List

Send Feedback