ArcObjects Library Reference (Framework)  

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