Intersoft ClientUI Documentation
BlockUIOnBusy Property (UXBusyIndicator)



Gets or sets a value that indicates whether the content should be blocked fro user interaction when busy.
Syntax
<CategoryAttribute("Common Properties")>
Public Property BlockUIOnBusy As Boolean
Dim instance As UXBusyIndicator
Dim value As Boolean
 
instance.BlockUIOnBusy = value
 
value = instance.BlockUIOnBusy
[CategoryAttribute("Common Properties")]
public bool BlockUIOnBusy {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool BlockUIOnBusy {
   bool get();
   void set (    bool value);
}
Remarks

One of the useful features in UXBusyIndicator is the ability to block the content from user interaction when the control is in busy state. This feature is enabled by default, which can be disabled by setting the BlockUIOnBusy property to false.

When enabled, UXBusyIndicator automatically disable the content and show an overlay on the top of the content which gives impression to users that the content cannot be accessed.

The overlay is set to a semi-transparent radial gradient background which is ideal for typical business applications. You can easily customize the background brush by setting the OverlayBackground property. In addition, you can provide more comprehensive styling to the overlay element by specifying a style to the OverlayStyle property.

The following illustration shows the UXBusyIndicator with a customized overlay background.

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

UXBusyIndicator Class
UXBusyIndicator Members

Send Feedback