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


IGxBrowser.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxBrowser Interface > IGxBrowser.Show Method
ArcGIS Developer Help

IGxBrowser.Show Method

Shows or hides the Catalog window.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal parentWindow As Integer, _
    ByVal Show As Boolean _
)
[C#]
public void Show (
    int parentWindow,
    bool Show
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxBrowser Interface