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


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

ITableWindow Interface

Provides access to members that display table window in ArcMap. This interface intergrates ITableView with ArcMap's events and selections. Note: the ITableWindow interface has been superseded by ITableWindow2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Write-only property Application Provides the window with a reference to the application.
Read/write property FeatureLayer Setup feature class to view/edit.
Method FindViaFeatureLayer Is table (of a featurelayer) already being displayed.
Method FindViaTable Is table 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.
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 s1election 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 Table Setup 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.

Classes that implement ITableWindow

Classes Description
TableWindow Window to display Tables in ArcMap.