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



Gets the callback state of the PowerWEB control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property IsCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Boolean
 
instance.IsCallback = value
 
value = instance.IsCallback
C# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public bool IsCallback {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute()]
public:
property bool IsCallback {
   bool get();
   void set (    bool value);
}

Property Value

true if the PowerWEB control is currently in a callback state, false otherwise.

Remarks

Use the IsCallback property to differentiate between a postback and live callback.

Note This property is global to all PowerWEB controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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