Click or drag to resize
BtnBaseptMouse Property
Gets or sets mouse coordinates.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public Point ptMouse { get; set; }

Property Value

Type: Point
The mouse coordinates.
Remarks
Setting this property changes the MouseIn property accordingly.
See Also