BCGControlBar Library for .NET
MarginCellFromPoint Method




Point in client coordinates.
Output. Cell's hit test.
Returns a margin cell (row header) containing the specified point.
Syntax
'Declaration
 
Public Function MarginCellFromPoint( _
   ByVal pt As Point, _
   ByRef part As CellPart _
) As Cell
'Usage
 
Dim instance As GridControl
Dim pt As Point
Dim part As CellPart
Dim value As Cell
 
value = instance.MarginCellFromPoint(pt, part)
public Cell MarginCellFromPoint( 
   Point pt,
   ref CellPart part
)
public: Cell* MarginCellFromPoint( 
   Point pt,
   ref CellPart part
) 
public:
Cell^ MarginCellFromPoint( 
   Point pt,
   CellPart% part
) 

Parameters

pt
Point in client coordinates.
part
Output. Cell's hit test.
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