This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to display a command window when executing.
[Visual Basic .NET] Public Property ShowCommandWindow As Boolean
[C#] public bool ShowCommandWindow {get; set;}
[C++]
HRESULT get_ShowCommandWindow(
Boolean* showWindow
);
[C++]
HRESULT put_ShowCommandWindow(
VARIANT_BOOL showWindow
);
[C++]
Parameters showWindow [out, retval]
showWindow is a parameter of type bool* showWindow [in]
showWindow is a parameter of type bool