ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

TabStrip Item Types

Link Items

Link items are derived from the base class C1WebCustomLinkItem. There are five styles and states for the link items.

 

Style

State

Property Settings

ItemStyle

Normal

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

MouseOverItemStyle

Mouse Over

Enabled = True, Selected = False, mouse hovers over item.

SelectedItemStyle

SelectedState

Enabled = True, Selected = True, mouse doesn't hover over item.

MouseOverSelectedItemStyle

Mouse Over Selected

Enabled = True, Selected = True, mouse hovers over item.

DisabledItemStyle

Disabled

Enabled = False

 

Custom Content Items

Custom content items are derived from the base class C1WebContentItem. Each item includes content property. The Content property includes built-in editable templates and controls such as a calendar control.

Separators

C1WebTabStrip's items can be displayed as separators. The user has the option to customize the separators color, size, style, and padding. For more information about Separators, please see Defining the Separator Style and its Types.


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