Objective Grid for Microsoft® .NET® Reference Guide

ButtonClickedRowColEventArgs.Point Property

Back to Class Index

Gets or sets the coordinates of the mouse click.     

[Visual Basic]
Public Property Point As Point
[C#]
public System.Drawing.Point Point {get; set;}

Remarks

    

The coordinates are relative to the top left corner of the grid control window, which is at location 0,0.     

    

See Also

ButtonClickedRowColEventArgs Class | ButtonClickedRowColEventArgs Members | Stingray.Grid Namespace