MindFusion.UI for WebForms Programmer's Guide

Menu Class

Remarks See Also
 





Represents a customizable web menu control.

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

 Syntax

C#  Copy Code

public class Menu : WebControl, IScriptControl, IPostBackDataHandler, IHostControl

Visual Basic  Copy Code

Public Class Menu
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IHostControl

 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
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.Web.Menu

 See Also