com.esri.arcgis.geodatabaseui
Interface ITableSelectionColor

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableProperty

public interface ITableSelectionColor
extends Serializable

Provides access to events that occur for which a client can store and load info about the selection color.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IColor getSelectedTableSelectionColor()
          Selection color use to highlight rows in the the selected tables and graphics.
 IColor getSelectionColor()
          Selection color use to highlight rows and graphics.
 void setSelectedTableSelectionColorByRef(IColor ppSelectionColor)
          Selection color use to highlight rows in the the selected tables and graphics.
 void setSelectionColorByRef(IColor ppSelectionColor)
          Selection color use to highlight rows and graphics.
 

Method Detail

getSelectedTableSelectionColor

IColor getSelectedTableSelectionColor()
                                      throws IOException,
                                             AutomationException
Selection color use to highlight rows in the the selected tables and graphics.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectedTableSelectionColorByRef

void setSelectedTableSelectionColorByRef(IColor ppSelectionColor)
                                         throws IOException,
                                                AutomationException
Selection color use to highlight rows in the the selected tables and graphics.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppSelectionColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionColor

IColor getSelectionColor()
                         throws IOException,
                                AutomationException
Selection color use to highlight rows and graphics.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionColorByRef

void setSelectionColorByRef(IColor ppSelectionColor)
                            throws IOException,
                                   AutomationException
Selection color use to highlight rows and graphics.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppSelectionColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.