Style for the following special symbols in the menu: SubMenu mark, Check mark, and Radio mark.

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

Syntax

C#
[ToolboxItemAttribute(false)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class C1WebMenuSpecialSymbolStyle : Component, 
	IStateManager
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class C1WebMenuSpecialSymbolStyle _
	Inherits Component _
	Implements IStateManager

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      C1.Web.Command..::.C1WebMenuSpecialSymbolStyle

See Also