←Select platform

Cursor Property

Summary

Gets or sets the cursor that is displayed when the mouse pointer is over the control.

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 Cursor that represents the cursor to display when the mouse pointer is over the control.

Remarks

For more information, refer to Control.Cursor.

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.WinForms Assembly