JAMS Developer Guide
UseWaitCursor Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : UseWaitCursor Property
Syntax
'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 AgentCtl
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;}
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

AgentCtl Class
AgentCtl Members