BCGControlBar Library for .NET
SDMarkerTypeToDockStyle Method




The smart docking marker type to get a related dock style.
Called by the framework on smart tracking to define the expected DockStyle of the tracking control in accordance with the type of the active marker. Returns the dockstyle related to the type of marker.
Syntax
'Declaration
 
Public Shared Function SDMarkerTypeToDockStyle( _
   ByVal markerType As SDMarkerType _
) As DockStyle
'Usage
 
Dim markerType As SDMarkerType
Dim value As DockStyle
 
value = SDManager.SDMarkerTypeToDockStyle(markerType)
public static DockStyle SDMarkerTypeToDockStyle( 
   SDMarkerType markerType
)
public: static DockStyle SDMarkerTypeToDockStyle( 
   SDMarkerType markerType
) 
public:
static DockStyle SDMarkerTypeToDockStyle( 
   SDMarkerType markerType
) 

Parameters

markerType
The smart docking marker type to get a related dock style.
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

SDManager Class
SDManager Members

Send Feedback