TABSELECTEDSTYLE Attribute | TabSelectedStyle Property
Sets or retrieves a value that defines the style for the active TAB.
Syntax
ASP <tagPrefix:TABSTRIP TABSELECTEDSTYLE = sTabSelectedStyle ... > Script [ sTabSelectedStyle = ] TABSTRIP.TabSelectedStyle
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. sTabSelectedStyle object that specifies one or more Cascading Style Sheets (CSS) attribute/value pairs. The property is read/write. The property has no default value.
Remarks
Only one TAB can be active at any given time. By default, the first TAB is active.
Applies To
TABSTRIP
See Also
Internet Explorer WebControls, About the TabStrip WebControl