BCGControlBar Library for .NET
MarkerFromPoint Method




Specifies a current mouse position, in screen coordinates.
Called by the framework to specify the current active marker on smart tracking of the control. Gets the smart docking marker which boundaries contain current mouse position.
Syntax
'Declaration
 
Public Function MarkerFromPoint( _
   ByVal point As Point _
) As SDMarker
'Usage
 
Dim instance As SDManager
Dim point As Point
Dim value As SDMarker
 
value = instance.MarkerFromPoint(point)
public SDMarker MarkerFromPoint( 
   Point point
)
public: SDMarker* MarkerFromPoint( 
   Point point
) 
public:
SDMarker^ MarkerFromPoint( 
   Point point
) 

Parameters

point
Specifies a current mouse position, in screen coordinates.
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