| Author |
|
| Company |
Microsoft |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
January 24, 2002 |
| Updated on |
July 31, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
The TabStrip control simplifies the authoring of tabbed menus and is particularly useful for authoring user interface (UI) elements that navigate site content.
Check out the Source Code now!
Syntax Example
<ie:TabStrip id="ts1" runat="server"
TabDefaultStyle="
background-color:#000000;
font-family:verdana;
font-weight:bold;
font-size:8pt;
color:#ffffff;
width:79;
height:21;
text-align:center"
TabHoverStyle="
background-color:#777777"
TabSelectedStyle="
background-color:#ffffff;
color:#000000"
>
<ie:Tab Text="Home" />
<ie:Tab Text="About us" />
<ie:Tab Text="Products" />
<ie:Tab Text="Support" />
<ie:Tab Text="Contact us" />
</ie:TabStrip>
Reviews
Submit a review