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