Base:
property
Cursor
System.Windows.Forms.Control.Cursor
6 writes to Cursor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (4)
4198Cursor = null; 4231Cursor = Cursors.SizeWE; 4236Cursor = Cursors.SizeNS; 4241Cursor = null;
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
345this.DataGrid.Cursor = Cursors.Hand; 349this.DataGrid.Cursor = Cursors.Default;