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 | ||
---|---|---|
Application | Provides the window with a reference to the application. | |
FeatureLayer | Setup feature class to view/edit. | |
FindViaFeatureLayer | Is table (of a featurelayer) already being displayed. | |
FindViaTable | Is table already being displayed. | |
hWnd | The window's handle. | |
IsDockable | Indicates if the window is dockable. | |
IsVisible | Indicates if the window is visible. | |
PutPosition | The window's position in screen pixels. | |
QueryPosition | The window's position in screen pixels. | |
Refresh | Cause the window to redraw. | |
SelectionSet | Current s1election set of the table. Only valid for tables showing all rows. | |
Show | Indicates if the window is shown. | |
ShowAliasNamesInColumnHeadings | Show alias names or the real field name in column headings. Default False. | |
ShowSelected | Indicates whether to show only features that are selected. | |
Table | Setup table to view/edit. | |
TableControl | The table control. Table needs to be showing before you can get a valid pointer. | |
TableSelectionAction | Action to perform when table selections are made. | |
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. |