SpreadsheetGear 2012
Cursor Property (WorkbookDesigner)






Syntax
'Declaration
 
<System.ComponentModel.AmbientValueAttribute()>
<SRDescriptionAttribute("The cursor that appears when the pointer moves over the control.")>
<SRCategoryAttribute("Appearance")>
Public Overridable Property Cursor As System.Windows.Forms.Cursor
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.Cursor
 
instance.Cursor = value
 
value = instance.Cursor
[System.ComponentModel.AmbientValue()]
[SRDescription("The cursor that appears when the pointer moves over the control.")]
[SRCategory("Appearance")]
public virtual System.Windows.Forms.Cursor Cursor {get; set;}
public read-write property Cursor: System.Windows.Forms.Cursor; virtual; 
System.ComponentModel.AmbientValueAttribute()
SRDescriptionAttribute("The cursor that appears when the pointer moves over the control.")
SRCategoryAttribute("Appearance")
public function get,set Cursor : System.Windows.Forms.Cursor
[System.ComponentModel.AmbientValue()]
[SRDescription("The cursor that appears when the pointer moves over the control.")]
[SRCategory("Appearance")]
public: __property virtual System.Windows.Forms.Cursor* get_Cursor();
public: __property virtual void set_Cursor( 
   System.Windows.Forms.Cursor* value
);
[System.ComponentModel.AmbientValue()]
[SRDescription("The cursor that appears when the pointer moves over the control.")]
[SRCategory("Appearance")]
public:
virtual property System.Windows.Forms.Cursor^ Cursor {
   System.Windows.Forms.Cursor^ get();
   void set (    System.Windows.Forms.Cursor^ value);
}
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

WorkbookDesigner Class
WorkbookDesigner Members

Send Feedback