'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.BrowsableAttribute(True)> <SRDescriptionAttribute("ControlUseWaitCursorDescr")> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> Public Property UseWaitCursor As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.UseWaitCursor = value value = instance.UseWaitCursor
[SRCategory("CatAppearance")] [System.ComponentModel.Browsable(true)] [SRDescription("ControlUseWaitCursorDescr")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public System.bool UseWaitCursor {get; set;}
public read-write property UseWaitCursor: System.Boolean;
SRCategoryAttribute("CatAppearance") System.ComponentModel.BrowsableAttribute() SRDescriptionAttribute("ControlUseWaitCursorDescr") System.ComponentModel.DefaultValueAttribute() System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always) public function get,set UseWaitCursor : System.boolean
[SRCategory("CatAppearance")] [System.ComponentModel.Browsable(true)] [SRDescription("ControlUseWaitCursorDescr")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public: __property System.bool get_UseWaitCursor(); public: __property void set_UseWaitCursor( System.bool value );
[SRCategory("CatAppearance")] [System.ComponentModel.Browsable(true)] [SRDescription("ControlUseWaitCursorDescr")] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public: property System.bool UseWaitCursor { System.bool get(); void set ( System.bool value); }