Intersoft WebDesktop Documentation
BlockPageUIOnBusy Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebFlyPostBackManager Class : BlockPageUIOnBusy Property


Glossary Item Box

Specifies whether the current page's UI should be blocked in client side when the control is in busy state. When blocked, the mouse cursor will be changed to HourGlass to prevent user interactions.

Syntax

Visual Basic (Declaration) 
Public Property BlockPageUIOnBusy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackManager
Dim value As Boolean
 
instance.BlockPageUIOnBusy = value
 
value = instance.BlockPageUIOnBusy
C# 
public bool BlockPageUIOnBusy {get; set;}

Remarks

By setting this property to True you can block the page UI while the component is busy retrieving data from server side. While the page is blocked, the mouse cursor will be changed to hour glass and UI elements in the page become non-clickable.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.