LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Cursor Property

Show in webframe





Gets or sets the cursor that is displayed when the mouse pointer is over the control.
Syntax
public override Cursor Cursor {get; set;}
'Declaration
 
Public Overrides Property Cursor As Cursor
'Usage
 
Dim instance As RasterImageViewer
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor

            

            
public:
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.