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

IsCallback Property

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

Gets the callback state of the PowerWEB control.

[Visual Basic]
<BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute()> Public Property IsCallback As Boolean
[C#]
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute()] public bool IsCallback {get; set;}
[C++]
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute()] public: __property bool get_IsCallback(); public: __property void set_IsCallback(    bool value );
[C++/CLI]
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute()] public: property bool IsCallback {    bool get();    void set (bool value); }

Return Type

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

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.