Methods : ShowVWorks method

ShowVWorks method
Description
Displays or hides the VWorks main window.
Syntax
 
HRESULT ShowVWorks(
[in] VARIANT_BOOL showOrHide,
[out, retval] enum V11ReturnCode* returnCode
);
Parameters
 
TRUE = Display the VWorks main window
FALSE = Hide the VWorks main window
Return value
The ShowVWorks method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET