'Declaration
<SRDescriptionAttribute("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")> <System.ComponentModel.EditorBrowsableAttribute()> <System.ComponentModel.BrowsableAttribute(True)> <SRCategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute()> Public Property UseWaitCursor As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.UseWaitCursor = value value = instance.UseWaitCursor
[SRDescription("When this property is true, the Cursor property of the control and its child controls is set to WaitCursor.")] [System.ComponentModel.EditorBrowsable()] [System.ComponentModel.Browsable(true)] [SRCategory("Appearance")] [System.ComponentModel.DefaultValue()] public System.bool UseWaitCursor {get; set;}