ArcObjects Library Reference (Carto)  

IIndexGridTabStyle Interface

Provides access to members that control the way an index grid's labels are drawn.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property ForegroundColor The foreground color of the tab.
Read/write property OutlineColor The outline color of the tab.
Method PrepareDraw Sets up the tab for drawing.
Read/write property Thickness The thickness of the tab in points.

CoClasses that implement IIndexGridTabStyle

CoClasses and Classes Description
BackgroundTabStyle A background tab style grid label for index grids.
ButtonTabStyle A button tab style grid label for index grids.
ContinuousTabStyle A continuous tab style grid label for index grids.
RoundedTabStyle A rounded tab style grid label for index grids.

Remarks

The IIndexGridTabStyle interface provides access to the color and thickness of the index grid’s labels. The PrepareDraw method should be called before IGridLabel::Draw is called on index grid tab style labels. A description and examples are provided in the Carto Library Overview.