'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;}