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


IHistoryViewerWindow.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IH > IHistoryViewerWindow Interface > IHistoryViewerWindow.Show Method
ArcGIS Developer Help

IHistoryViewerWindow.Show Method

Show the HistoryViewerWindow.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IHistoryViewerWindow Interface