Write-only |
About Traces |
Description |
Moves a trace from one window to another. |
VB Syntax |
trace.Move (winTo) |
Variable |
(Type) - Description |
trace |
Trace (object) |
winTo |
(Long integer) Window number to move the trace to. If the window number does not exist, it will be created. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
trace.Move 2 'Moves the trace to window 2 |
C++ Syntax |
HRESULT Move() |
Interface |
ITrace3 |