[archived content]

Control.cursor property

public Cursor cursor   [property setter]
public Cursor cursor   [property getter]

Get or set the control's cursor. That is, what the cursor will be set to when the mouse moves over the control. This property is inherited.

Example: this.cursor = Cursors.no;

Also see: Cursor, Cursors

Page last modified on February 27, 2008, at 04:07 PM