Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Blocking Property |
Gets or sets the blocking state of the control.
[Visual Basic]
<DescriptionAttribute("Whether the interface blocks when this control raises a callback.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property Blocking As Boolean
[C#]
[DescriptionAttribute("Whether the interface blocks when this control raises a callback.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool Blocking {get; set;}
[C++]
[DescriptionAttribute("Whether the interface blocks when this control raises a callback.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public: __property bool get_Blocking();
public: __property void set_Blocking(
bool value
);
[C++/CLI]
[DescriptionAttribute("Whether the interface blocks when this control raises a callback.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool Blocking {
bool get();
void set (bool value);
}
true if other PowerWEB controls should be disabled while the PowerWEB control has a pending callback.
Although callbacks always occur asynchronously, when this property is true, a simulated blocking will be used. The interface will be disabled and updated as busy when a callback is pending (although the code itself will not block).
Note Only PowerWEB controls will be blocked. The user will still be able to interact with non-PowerWEB controls.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.