See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Blocking Property

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); }

Return Type

true if other PowerWEB controls should be disabled while the PowerWEB control has a pending callback.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.