ArcObjects Library Reference (ArcMapUI)  

ITableWindow3.FindOpenTableWindows Method

Gets all the open table windows.

[Visual Basic .NET]
Public Sub FindOpenTableWindows ( _
    ByRef pTableWindows As ISet _
)
[C#]
public void FindOpenTableWindows (
    ref ISet pTableWindows
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableWindow3 Interface