com.esri.arcgis.geodatabaseui
Interface ITableControlWidth

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableView

public interface ITableControlWidth
extends Serializable

Provides access to members that control the table once it has been shown.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getFullTableWidth()
          Table width of all columns, and scroll bars.
 int getRecommendMinimumTableWidth()
          Recommend minimum table width, that will ensure all controls can be seen.
 

Method Detail

getFullTableWidth

int getFullTableWidth()
                      throws IOException,
                             AutomationException
Table width of all columns, and scroll bars.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pMaxPixels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRecommendMinimumTableWidth

int getRecommendMinimumTableWidth()
                                  throws IOException,
                                         AutomationException
Recommend minimum table width, that will ensure all controls can be seen.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pMinPixels
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.