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


IDockableWindowManager.GetDockableWindow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowManager Interface > IDockableWindowManager.GetDockableWindow Method
ArcGIS Developer Help

IDockableWindowManager.GetDockableWindow Method

Finds a dockable window looking first in the collection and then in the category.

[Visual Basic .NET]
Public Function GetDockableWindow ( _
    ByVal dockWnd As UID _
) As IDockableWindow
[C#]
public IDockableWindow GetDockableWindow (
    UID dockWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IDockableWindowManager Interface

.NET Samples

Web browser dockable window Create a custom selection extension by extending ArcObjects Simple logging dockable window with a custom context menu