Represents the TabStrip Web control.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[ToolboxDataAttribute("<{0}:C1WebTabStrip runat="server" BackColor="DarkGray" runat="server" GroupPadding="10px" ItemSpacing="4px" Padding="1px"> <InactiveHeaderStyle BackColor="DarkGray" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <DisabledHeaderStyle BackColor="Gainsboro" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" ForeColor="Gray" /> <SelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Purple" ImageUrl="res:blank16x16.gif" /> <ItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="#0000C0" ImageUrl="res:blank16x16.gif" /> <DisabledItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Silver" ImageUrl="res:blank16x16.gif" /> <MouseOverActiveHeaderStyle BackColor="White" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <SeparatorStyle BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" /> <MouseOverItemStyle Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="#0000C0" ImageUrl="res:blank16x16.gif" /> <ActiveHeaderStyle BackColor="White" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <MouseOverInactiveHeaderStyle BackColor="DarkGray" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <DisabledGroupStyle BackColor="LightGray" Font-Names="Tahoma" Font-Size="8pt" Height="150px" Width="100%" /> <GroupStyle BackColor="White" Height="150px" Width="100%" /> <MouseOverSelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="Purple" ImageUrl="res:blank16x16.gif" /> <Groups> <{0}:C1WebTabStripGroup Text="Group 1"> <Items> <{0}:C1WebTabStripItem ClientScripts="" Text="Item 1"> </{0}:C1WebTabStripItem> <{0}:C1WebSeparator> </{0}:C1WebSeparator> </Items> </{0}:C1WebTabStripGroup> <{0}:C1WebTabStripGroup Text="Group 2"> </{0}:C1WebTabStripGroup> </Groups> </{0}:C1WebTabStrip>")]
[ToolboxBitmapAttribute(typeof(C1WebTabStrip), "C1WebTabStrip.C1WebTabStrip.bmp")]
public class C1WebTabStrip : C1WebCustomFlatControl
Visual Basic (Declaration)
<ToolboxDataAttribute("<{0}:C1WebTabStrip runat="server" BackColor="DarkGray" runat="server" GroupPadding="10px" ItemSpacing="4px" Padding="1px"> <InactiveHeaderStyle BackColor="DarkGray" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <DisabledHeaderStyle BackColor="Gainsboro" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" ForeColor="Gray" /> <SelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Purple" ImageUrl="res:blank16x16.gif" /> <ItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="#0000C0" ImageUrl="res:blank16x16.gif" /> <DisabledItemStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="Silver" ImageUrl="res:blank16x16.gif" /> <MouseOverActiveHeaderStyle BackColor="White" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <SeparatorStyle BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px" /> <MouseOverItemStyle Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="#0000C0" ImageUrl="res:blank16x16.gif" /> <ActiveHeaderStyle BackColor="White" Font-Names="Tahoma" Font-Size="8pt" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <MouseOverInactiveHeaderStyle BackColor="DarkGray" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ImageUrl="res:blank16x16.gif" LabelPaddingRight="4px" /> <DisabledGroupStyle BackColor="LightGray" Font-Names="Tahoma" Font-Size="8pt" Height="150px" Width="100%" /> <GroupStyle BackColor="White" Height="150px" Width="100%" /> <MouseOverSelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" Font-Underline="True" ForeColor="Purple" ImageUrl="res:blank16x16.gif" /> <Groups> <{0}:C1WebTabStripGroup Text="Group 1"> <Items> <{0}:C1WebTabStripItem ClientScripts="" Text="Item 1"> </{0}:C1WebTabStripItem> <{0}:C1WebSeparator> </{0}:C1WebSeparator> </Items> </{0}:C1WebTabStripGroup> <{0}:C1WebTabStripGroup Text="Group 2"> </{0}:C1WebTabStripGroup> </Groups> </{0}:C1WebTabStrip>")> _
<ToolboxBitmapAttribute(GetType(C1WebTabStrip), "C1WebTabStrip.C1WebTabStrip.bmp")> _
Public Class C1WebTabStrip _
	Inherits C1WebCustomFlatControl

Inheritance Hierarchy

See Also