ArcObjects Library Reference (GeoDatabaseDistributedUI)  

ICommonWizardUI.Show Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Set the show parameter to false to run the command without showing the wizard. The progress dialog will appear, however.

See Also

ICommonWizardUI Interface