This document is archived and information here might be outdated.  Recommended version.


ICommonWizardUI.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICommonWizardUI Interface > ICommonWizardUI.Show Method
ArcGIS Developer Help

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