Base:
property
Cursor
System.Windows.Forms.Control.Cursor
2 writes to Cursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripLabel.cs (2)
232
parent.
Cursor
= Cursors.Hand;
243
parent.
Cursor
= lastCursor;
3 references to Cursor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4619
cursorLocation.Y +=
Cursor
.Size.Height - currentCursor.HotSpot.Y;
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
201
oldCursor = ParentInternal.
Cursor
;
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
231
lastCursor = parent.
Cursor
;