Search Results for

    Show / Hide Table of Contents

    Class DynamicMenuBar.DynamicMenuItemList

    Inheritance
    System.Object
    DynamicMenuBar.DynamicMenuItemList
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class DynamicMenuItemList

    Constructors

    | Improve this Doc View Source

    DynamicMenuItemList()

    Declaration
    public DynamicMenuItemList()
    | Improve this Doc View Source

    DynamicMenuItemList(ustring, MenuItem)

    Declaration
    public DynamicMenuItemList(ustring title, MenuItem menuItem)
    Parameters
    Type Name Description
    NStack.ustring title
    MenuItem menuItem

    Properties

    | Improve this Doc View Source

    MenuItem

    Declaration
    public MenuItem MenuItem { get; set; }
    Property Value
    Type Description
    MenuItem
    | Improve this Doc View Source

    Title

    Declaration
    public ustring Title { get; set; }
    Property Value
    Type Description
    NStack.ustring

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX