BCGControlBar Library for .NET
ShowMarkers Method




The rectangle in screen coordinates which specifies the location of smart docking markers with a type Left, Right, Up, Down.
The rectangle in screen coordinates which specifies the location of smart docking markers with a type CentralLeft, CentralRight, CentralUp, CentralDown and CentralTabs.
Called by the framework on smart tracking. Calculates the location of smart docking markers.
Syntax
'Declaration
 
Public Function ShowMarkers( _
   ByVal client As Rectangle, _
   ByVal center As Rectangle _
) As Boolean
'Usage
 
Dim instance As SDManager
Dim client As Rectangle
Dim center As Rectangle
Dim value As Boolean
 
value = instance.ShowMarkers(client, center)
public bool ShowMarkers( 
   Rectangle client,
   Rectangle center
)
public: bool ShowMarkers( 
   Rectangle client,
   Rectangle center
) 
public:
bool ShowMarkers( 
   Rectangle client,
   Rectangle center
) 

Parameters

client
The rectangle in screen coordinates which specifies the location of smart docking markers with a type Left, Right, Up, Down.
center
The rectangle in screen coordinates which specifies the location of smart docking markers with a type CentralLeft, CentralRight, CentralUp, CentralDown and CentralTabs.
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