PowerWEB LiveControls for ASP.NET
Blocking Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTableCell Class : Blocking Property



Gets or sets the blocking state of the control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether the interface blocks when this control raises a callback.")>
Public Property Blocking As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveTableCell
Dim value As Boolean
 
instance.Blocking = value
 
value = instance.Blocking
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether the interface blocks when this control raises a callback.")]
public bool Blocking {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether the interface blocks when this control raises a callback.")]
public:
property bool Blocking {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.