ImageGear for .NET
Cursor Property (ImGearPanCtl)




Gets or sets a cursor used while panning the page area.
Syntax
'Declaration
 
<DescriptionAttribute("Mouse cursor for source view.")>
<BrowsableAttribute(False)>
Public Shadows Property Cursor As Cursor
'Usage
 
Dim instance As ImGearPanCtl
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
[DescriptionAttribute("Mouse cursor for source view.")]
[BrowsableAttribute(false)]
public new Cursor Cursor {get; set;}
[DescriptionAttribute("Mouse cursor for source view.")]
[BrowsableAttribute(false)]
public: __property new Cursor* get_Cursor();
public: __property new void set_Cursor( 
   Cursor* value
);
[DescriptionAttribute("Mouse cursor for source view.")]
[BrowsableAttribute(false)]
public:
new property Cursor^ Cursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

System.Windows.Forms.Cursor value.
See Also

Reference

ImGearPanCtl Class
ImGearPanCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback