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

.NET Snippets

Get Dockable Window

.NET Samples

Create a custom selection extension by extending ArcObjects (Code Files: SelectionExtension) | Simple logging dockable window with a custom context menu (Code Files: LoggingDockableWindowCommand) | Web browser dockable window (Code Files: ESRIWebsitesWindowCommand)