BCGControlBar Library for .NET
IsOuterEdgeMarkerType Method




Specifies the current marker type.
Called by the framework on smart tracking to define if the tracking control should be docked to the outer edge of the parent form.  It means that the selected marker has a SDMarkerType Left, Right, Up or Down. It is used for calculation of the docking rectangle.
Syntax
'Declaration
 
Public Shared Function IsOuterEdgeMarkerType( _
   ByVal markerType As SDMarkerType _
) As Boolean
'Usage
 
Dim markerType As SDMarkerType
Dim value As Boolean
 
value = SDManager.IsOuterEdgeMarkerType(markerType)
public static bool IsOuterEdgeMarkerType( 
   SDMarkerType markerType
)
public: static bool IsOuterEdgeMarkerType( 
   SDMarkerType markerType
) 
public:
static bool IsOuterEdgeMarkerType( 
   SDMarkerType markerType
) 

Parameters

markerType
Specifies the current marker type.
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