This document is archived and information here might be outdated. Recommended version. |
Show or hide the UI.
[Visual Basic .NET]
Public Sub Show ( _
ByVal Show As Boolean, _
ByVal parantHWnd As Integer _
)
[C#]
public void Show (
bool Show,
int parantHWnd
);
Set the show parameter to false to run the command without showing the wizard. The progress dialog will appear, however.