ArcObjects Library Reference (ArcMapUI)  

IContentsView.Activate Method

Activates the contents view.

[Visual Basic .NET]
Public Sub Activate ( _
    ByVal parentHWnd As Integer, _
    ByVal Document As IMxDocument _
)
[C#]
public void Activate (
    int parentHWnd,
    IMxDocument Document
);

Product Availability

Available with ArcGIS Desktop.

Remarks

You can also activate a contents view by setting IMxDocument::CurrentContentsView (in ArcMap) or ISxDocument::CurrentContentsView (in ArcScene or ArcGlobe).

See Also

IContentsView Interface