MVPSI.JAMS Namespace > SubmitMenu Class : UseWaitCursor Property |
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.EditorBrowsableAttribute()> <System.ComponentModel.BrowsableAttribute(True)> <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 SubmitMenu Dim value As System.Boolean instance.UseWaitCursor = value value = instance.UseWaitCursor
[System.ComponentModel.DefaultValue()] [System.ComponentModel.EditorBrowsable()] [System.ComponentModel.Browsable(true)] [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;}
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