'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> <System.ComponentModel.DescriptionAttribute("Indicates if at client side a wait cursor must be displayed over the control while a callback http request is pending.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AsyncRequestWaitCursorEnabled As System.Boolean
'Usage
Dim instance As NWebControl Dim value As System.Boolean instance.AsyncRequestWaitCursorEnabled = value value = instance.AsyncRequestWaitCursorEnabled
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Indicates if at client side a wait cursor must be displayed over the control while a callback http request is pending.")] [System.ComponentModel.DefaultValue(true)] public System.bool AsyncRequestWaitCursorEnabled {get; set;}