Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Controls whether or not the control issues a postback or callback.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property EnableCallback As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveImage Dim value As Boolean instance.EnableCallback = value value = instance.EnableCallback |
C# | |
---|---|
[DescriptionAttribute("Controls whether or not the control issues a postback or callback.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public bool EnableCallback {get; set;} |
C++/CLI | |
---|---|
[DescriptionAttribute("Controls whether or not the control issues a postback or callback.")] [CategoryAttribute("Behavior")] [DefaultValueAttribute()] public: property bool EnableCallback { bool get(); void set ( bool value); } |
Property Value
true if the PowerWEB control uses callbacks. When false, the PowerWEB control uses traditional postbacks.Set EnableCallback to true for the PowerWEB control to use callbacks, as opposed to traditional postbacks.
Set to false to force the control to behave like its non-live counterpart.
Target Platforms: Microsoft .NET Framework 2.0