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

EnableCallback Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : EnableCallback Property

Gets or sets whether the control issues a callback.

[Visual Basic]
<CategoryAttribute("Behavior")> <DescriptionAttribute("Controls whether or not the control issues a postback or callback.")> <DefaultValueAttribute()> Public Property EnableCallback As Boolean
[C#]
[CategoryAttribute("Behavior")] [DescriptionAttribute("Controls whether or not the control issues a postback or callback.")] [DefaultValueAttribute()] public bool EnableCallback {get; set;}
[C++]
[CategoryAttribute("Behavior")] [DescriptionAttribute("Controls whether or not the control issues a postback or callback.")] [DefaultValueAttribute()] public: __property bool get_EnableCallback(); public: __property void set_EnableCallback(    bool value );
[C++/CLI]
[CategoryAttribute("Behavior")] [DescriptionAttribute("Controls whether or not the control issues a postback or callback.")] [DefaultValueAttribute()] public: property bool EnableCallback {    bool get();    void set (bool value); }

Return Type

true if the PowerWEB control uses callbacks. When false, the PowerWEB control uses traditional postbacks.

Remarks

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.

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.