ComponentOne WebMenus and WebBars for ASP.NET: C1WebTabStrip Overview > TabStrip's Items and Groups > Groups with Headers

Groups with Headers

C1WebTabStrip's groups contain tab headers. The tab headers are inherited from the C1WebGroupHeader The tab headers include the following styles and states:

 

Style

State

Property Settings

ActiveHeaderStyle

Active

Enabled = True, Selected = False, mouse hovers over tab

InactiveHeaderStyle

Inactive

Enabled = True, Selected = False, mouse doesn't hover over tab

MouseOverActiveHeaderStyle

MouseOverActive

Enabled = True, Selected = True, mouse hovers over tab

MouseOverInactiveHeaderStyle

MouseOver Inactive

Enabled = True, Selected = True, mouse doesn't hover over tab

DisabledHeaderStyle

Disabled

Enabled = False

 

You can specify the style properties for all of the C1WebTabStrip's headers through its default styles that belong to the C1WebTabStrip class or you can specify style properties for its individual tab headers through its C1WebTabStripGroup class. For more information on applying header styles to C1WebTabStrip, see Creating a C1WebTabStrip in Code.

The table below represents each state type for the tab headers:

 

State

Tab Header

 

Active

Inactive

MouseOverActive

MouseOverInactive

Disabled

 


Send comments about this topic to ComponentOne.
Copyright © 1987-2009 ComponentOne LLC. All rights reserved.