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


ITableWindow3.FindOpenTableWindows Method (ArcObjects .NET 10.5 SDK)
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