SpreadsheetGear 2012
UseWaitCursor Property (WorkbookDesigner)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")>
Public Property UseWaitCursor As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.UseWaitCursor = value
 
value = instance.UseWaitCursor
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable()]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")]
public System.bool UseWaitCursor {get; set;}
public read-write property UseWaitCursor: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute()
System.ComponentModel.DefaultValueAttribute()
SRCategoryAttribute("Appearance")
SRDescriptionAttribute("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")
public function get,set UseWaitCursor : System.boolean
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable()]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")]
public: __property System.bool get_UseWaitCursor();
public: __property void set_UseWaitCursor( 
   System.bool value
);
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable()]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")]
public:
property System.bool UseWaitCursor {
   System.bool get();
   void set (    System.bool 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