Cursor Property (original) (raw)

Summary

Represents the image used to paint the mouse pointer.

Syntax

public override Cursor Cursor { get; set; } 

public: property Cursor^ Cursor { Cursor^ get() override; void set ( Cursor^ ) override; }

Property Value

A System.Windows.Forms.Cursor

Remarks

A cursor is a small picture whose location on the screen is controlled by a pointing device, such as a mouse, pen, or trackball. When the user moves the pointing device, the operating system moves the cursor accordingly. For more information, see the Microsoft documentation on Cursors.

Leadtools.Multimedia Assembly