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


ITableWindow3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IT > ITableWindow3 Interface
ArcGIS Developer Help

ITableWindow3 Interface

Provides access to members that extend ITableWindow functionality to work with dockable tables.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property ActiveTableWindow Gets the active table window.
Write-only property Application Provides the window with a reference to the application.
Method FindOpenTableWindows Gets all the open table windows.
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 IsOpen Indicates if the window is open in the table window docking pane.
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
ITableWindow2 Provides access to members that extend ITableWindow functionality to work with ILayers.
IDataWindow Provides access to members that control popup windows that show map data.

Classes that implement ITableWindow3

Classes Description
TableWindow Window to display Tables in ArcMap.