Represents the Menu Web control.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[ToolboxBitmapAttribute(typeof(C1WebMenu), "C1WebMenu.C1WebMenu.bmp")] [ToolboxDataAttribute("<{0}:C1WebMenu runat="server" BackColor="White" BorderColor="#8A867A" BorderStyle="Solid" BorderWidth="1px" GroupPadding="1px" Padding="1px" BackImageUrl="res:af_officexpsmbk02.jpg" IconBarWidth="20px" ItemPadding="2px" ItemSpacing="1px" Layout="Vertical" SubMenuIconBarWidth="20px"> <SubMenuStyle BackColor="White" BorderColor="#9D9DA1" BorderStyle="Solid" BorderWidth="1px" BackImageUrl="res:af_officexpsmbk02.jpg" /> <ItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <DisabledItemStyle ForeColor="#ACA899" Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <MouseOverItemStyle BackColor="#C7C7CA" BorderColor="#A9A5B5" BorderStyle="Solid" BorderWidth="1px" Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <Items> <{0}:C1WebMenuItem Text="Item1" ClientScripts=""> <SubMenu> <Items> <{0}:C1WebMenuItem Text="Item3" ClientScripts=""> </{0}:C1WebMenuItem> <{0}:C1WebMenuItem Text="Item4" ClientScripts=""> </{0}:C1WebMenuItem> </Items> </SubMenu> </{0}:C1WebMenuItem> <{0}:C1WebSeparator> </{0}:C1WebSeparator> <{0}:C1WebMenuItem ClientScripts="" Text="Item2"> </{0}:C1WebMenuItem> </Items> <SeparatorStyle BackImageSize="3px" BackImageUrl="res:af_officexpdelim02.gif" /> <SelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <MouseOverSelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> </{0}:C1WebMenu>")] public class C1WebMenu : C1WebCustomTreeControl |
Visual Basic (Declaration) |
---|
<ToolboxBitmapAttribute(GetType(C1WebMenu), "C1WebMenu.C1WebMenu.bmp")> _ <ToolboxDataAttribute("<{0}:C1WebMenu runat="server" BackColor="White" BorderColor="#8A867A" BorderStyle="Solid" BorderWidth="1px" GroupPadding="1px" Padding="1px" BackImageUrl="res:af_officexpsmbk02.jpg" IconBarWidth="20px" ItemPadding="2px" ItemSpacing="1px" Layout="Vertical" SubMenuIconBarWidth="20px"> <SubMenuStyle BackColor="White" BorderColor="#9D9DA1" BorderStyle="Solid" BorderWidth="1px" BackImageUrl="res:af_officexpsmbk02.jpg" /> <ItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <DisabledItemStyle ForeColor="#ACA899" Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <MouseOverItemStyle BackColor="#C7C7CA" BorderColor="#A9A5B5" BorderStyle="Solid" BorderWidth="1px" Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <Items> <{0}:C1WebMenuItem Text="Item1" ClientScripts=""> <SubMenu> <Items> <{0}:C1WebMenuItem Text="Item3" ClientScripts=""> </{0}:C1WebMenuItem> <{0}:C1WebMenuItem Text="Item4" ClientScripts=""> </{0}:C1WebMenuItem> </Items> </SubMenu> </{0}:C1WebMenuItem> <{0}:C1WebSeparator> </{0}:C1WebSeparator> <{0}:C1WebMenuItem ClientScripts="" Text="Item2"> </{0}:C1WebMenuItem> </Items> <SeparatorStyle BackImageSize="3px" BackImageUrl="res:af_officexpdelim02.gif" /> <SelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> <MouseOverSelectedItemStyle Font-Names="Tahoma" Font-Size="8pt" LabelPaddingLeft="5px" LabelPaddingRight="5px" /> </{0}:C1WebMenu>")> _ Public Class C1WebMenu _ Inherits C1WebCustomTreeControl |
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.BaseDataBoundControl
System.Web.UI.WebControls..::.HierarchicalDataBoundControl
C1.Web.Command..::.C1WebCommandBase
C1.Web.Command..::.C1WebCustomTreeControl
C1.Web.Command..::.C1WebMenu
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.BaseDataBoundControl
System.Web.UI.WebControls..::.HierarchicalDataBoundControl
C1.Web.Command..::.C1WebCommandBase
C1.Web.Command..::.C1WebCustomTreeControl
C1.Web.Command..::.C1WebMenu