LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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 override Cursor Cursor {get; set;}
 get_Cursor();
set_Cursor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.