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