Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Debug Property |
Set to true to display a debug window which displays callback data in real-time as it is set/received.
[Visual Basic]
<DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property Debug As Boolean
[C#]
[DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool Debug {get; set;}
[C++]
[DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public: __property bool get_Debug();
public: __property void set_Debug(
bool value
);
[C++/CLI]
[DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool Debug {
bool get();
void set (bool value);
}
true if a debug window is displayed when callback data is sent/received; false otherwise. The default value is false;
This property is intended to be used by application developers to assist in diagnosis of application bugs. Set this property to true to see the JavaScript that is executed on the client-side as a result of the server-side interaction with the 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.