ArcObjects Library Reference (GeoDatabaseDistributedUI)  

IDisconnectedEditingUI.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 True if you wish to display the wizard. Any properties set for the class with show up in the wizard as control settings. If you set show to false, then the wizard will not display and the command will execute. You will see the progress dialog for the wizard. Properties set for the coClass determine what action to take when executing the command.

See Also

IDisconnectedEditingUI Interface