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


IContentsView2.BasicActivate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IContentsView2.BasicActivate Method

Activates the contents view.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IContentsView2 Interface