Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Cursor Property






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

Error processing SSI file