MindFusion.UI for WebForms Programmer's Guide

MenuItem Class

Remarks See Also
 





Represents an item within a Menu control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class MenuItem : IItemStateManager, IStateManager

Visual Basic  Copy Code

Public Class MenuItem
    Implements IItemStateManager, IStateManager

 Remarks

For additional information on how to use the control, please refer to the Menu topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    MindFusion.UI.Web.MenuItem

 See Also