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);
}
true if the PowerWEB control is currently in a callback state, false otherwise.
Use the IsCallback property to differentiate between a postback and live callback.
Note This property is global to all PowerWEB controls.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.