Set to true to display a debug window which displays callback data in real-time as it is set/received.
Syntax
Visual Basic (Declaration) | |
---|
Property Debug As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ILiveControl
Dim value As Boolean
instance.Debug = value
value = instance.Debug |
C# | |
---|
bool Debug {get; set;} |
C++/CLI | |
---|
property bool Debug {
bool get();
void set ( bool value);
} |
Property Value
true if a debug window is displayed when callback data is sent/received; false otherwise. The default value is false;
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also