BCGControlBar Library for .NET
DisplayInsertionMark Method




Mouse position in screen coordinates.
Displays insertion marker at the current mouse position when a column header is being dragged over the grid header or Group By box.
Syntax
'Declaration
 
Public Sub DisplayInsertionMark( _
   ByVal mouse As Point _
) 
'Usage
 
Dim instance As GridControl
Dim mouse As Point
 
instance.DisplayInsertionMark(mouse)
public void DisplayInsertionMark( 
   Point mouse
)
public: void DisplayInsertionMark( 
   Point mouse
) 
public:
void DisplayInsertionMark( 
   Point mouse
) 

Parameters

mouse
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

GridControl Class
GridControl Members

Send Feedback