←Select platform

Cursor Property

Summary

Represents the image used to paint the mouse pointer.

Syntax

C#
VB
C++
public override Cursor Cursor { get; set; } 
Public Overrides Property Cursor As Cursor 
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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly