Visible Property (Read/Write)

Top  Previous  Next

Activates or deactivates Trace Viewer window. It can be used at the same time you are developing an Integration Pack application, helping about host events that happen when application code is running. Trace Viewer window helps to follow those host events as you modify application's code.

 

 

Host Integration Pack TN Bridge Vb.net C# Delphi ActiveX Trace Viewer

 

 

Vb.NET Syntax

 

Trace.Visible [= Boolean]

 

C# Syntax

 

Trace.Visible [= bool];

 

 

Remarks

 

If you set the value of this property at design time to True, Trace Viewer window is shown before you run Integration Pack application, and will be prepared to show hosts events at application run-time.

 

Default value is False.