ArcObjects Library Reference (ArcMapUI)  

ITableWindow2 Interface

Provides access to members that extend ITableWindow functionality to work with ILayers.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property Application Provides the window with a reference to the application.
Method FindViaLayer Is table (of a layer) already being displayed.
Method FindViaStandaloneTable Is table (of a standalonetable) already being displayed.
Read-only property hWnd The window's handle.
Read-only property IsDockable Indicates if the window is dockable.
Read-only property IsVisible Indicates if the window is visible.
Read/write property Layer Setup layer attributes to view.
Method PutPosition The window's position in screen pixels.
Method QueryPosition The window's position in screen pixels.
Method Refresh Cause the window to redraw.
Read-only property SelectionSet Current selection set of the table. Only valid for tables showing all rows.
Method Show Indicates if the window is shown.
Write-only property ShowAliasNamesInColumnHeadings Show alias names or the real field name in column headings. Default False.
Read/write property ShowSelected Indicates whether to show only features that are selected.
Read/write property StandaloneTable The standalone table to view/edit.
Read-only property TableControl The table control. Table needs to be showing before you can get a valid pointer.
Read/write property TableSelectionAction Action to perform when table selections are made.
Method UpdateSelection Updates current table selection. Does not update Mx feature layer selection.

Inherited Interfaces

Interfaces Description
IDataWindow Provides access to members that control popup windows that show map data.

CoClasses that implement ITableWindow2

CoClasses and Classes Description
TableWindow Window to display Tables in ArcMap.