Intersoft ClientUI Documentation
BlockUIOnBusy Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > UXBusyIndicator Class : BlockUIOnBusy Property






Gets or sets a value that indicates whether the content should be blocked fro user interaction when busy.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property BlockUIOnBusy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXBusyIndicator
Dim value As Boolean
 
instance.BlockUIOnBusy = value
 
value = instance.BlockUIOnBusy
C# 
[CategoryAttribute("Common Properties")]
public bool BlockUIOnBusy {get; set;}
Delphi 
public read-write property BlockUIOnBusy: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set BlockUIOnBusy : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_BlockUIOnBusy();
public: __property void set_BlockUIOnBusy( 
   bool value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.