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






Gets or sets a value that indicates whether the content should be collapsed when busy.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property HideContentOnBusy As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXBusyIndicator
Dim value As Boolean
 
instance.HideContentOnBusy = value
 
value = instance.HideContentOnBusy
C# 
[CategoryAttribute("Common Properties")]
public bool HideContentOnBusy {get; set;}
Delphi 
public read-write property HideContentOnBusy: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set HideContentOnBusy : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_HideContentOnBusy();
public: __property void set_HideContentOnBusy( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool HideContentOnBusy {
   bool get();
   void set (    bool value);
}

Remarks

In addition to blocking the content, UXBusyIndicator also provides a feature to show only the busy indicator and hide the existing content. This mode is particularly useful in data sensitive scenarios such as in order submission or payment processing. You can enable this mode by setting the HideContentOnBusy property to true.

Although it is possible to enable both BlockUIOnBusy and HideContentOnBusy at the same time, you will need to set only one of the mode in most application scenarios.

The following illustration shows the UXBusyIndicator with the HideContentOnBusy property set to true.

In this mode, the content will show back when the value of the IsBusy property is set to false.

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.