This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICommonWizardUI Interface > ICommonWizardUI.Show Method (ArcObjects .NET 10.4 SDK) |
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.