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


IContentsView2.BasicActivate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IC > IContentsView2 Interface > IContentsView2.BasicActivate Method
ArcGIS Developer Help

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