Cursor Property

Summary

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

Syntax

C#
C++/CLI
C++
public override Cursor Cursor { get; set; } 
public: 
property Cursor^ Cursor { 
   Cursor^ get() override; 
   void set (    Cursor^ ) override; 
} 
public:  
   virtual property Cursor^ Cursor 
   { 
      Cursor^ get() override 
      void set(Cursor^ value) 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

See Also

Reference

RasterImageViewer Class

RasterImageViewer Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.