ArcObjects Library Reference (ArcMapUI)  

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 byITableWindow2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

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.

CoClasses that implement ITableWindow

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

.NET Samples

Migrating from VB6 to VB .NET for ArcGIS 10 (Code Files: ButtonAddIn clscopy_table_sel clsCopyTableSelection)

.NET Related Topics

Migrating VB6 to VB.NET for ArcGIS 10