This document is archived and information here might be outdated.  Recommended version.


IIndexGridTabStyle Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIndexGridTabStyle Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IIndexGridTabStyle

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.