Search Results for

    Show / Hide Table of Contents

    Class DynamicMenuBar.DynamicMenuItem

    Inheritance
    System.Object
    DynamicMenuBar.DynamicMenuItem
    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)
    System.Object.ToString()
    Namespace: UICatalog.Scenarios
    Assembly: UICatalog.dll
    Syntax
    public class DynamicMenuItem

    Constructors

    | Improve this Doc View Source

    DynamicMenuItem()

    Declaration
    public DynamicMenuItem()
    | Improve this Doc View Source

    DynamicMenuItem(ustring, Boolean)

    Declaration
    public DynamicMenuItem(ustring title, bool hasSubMenu = false)
    Parameters
    Type Name Description
    ustring title
    System.Boolean hasSubMenu
    | Improve this Doc View Source

    DynamicMenuItem(ustring, ustring, ustring, Boolean, Boolean, MenuItemCheckStyle, ustring)

    Declaration
    public DynamicMenuItem(ustring title, ustring help, ustring action, bool isTopLevel, bool hasSubMenu, MenuItemCheckStyle checkStyle = MenuItemCheckStyle.NoCheck, ustring shortcut = null)
    Parameters
    Type Name Description
    ustring title
    ustring help
    ustring action
    System.Boolean isTopLevel
    System.Boolean hasSubMenu
    MenuItemCheckStyle checkStyle
    ustring shortcut

    Fields

    | Improve this Doc View Source

    action

    Declaration
    public ustring action
    Field Value
    Type Description
    ustring
    | Improve this Doc View Source

    checkStyle

    Declaration
    public MenuItemCheckStyle checkStyle
    Field Value
    Type Description
    MenuItemCheckStyle
    | Improve this Doc View Source

    hasSubMenu

    Declaration
    public bool hasSubMenu
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    help

    Declaration
    public ustring help
    Field Value
    Type Description
    ustring
    | Improve this Doc View Source

    isTopLevel

    Declaration
    public bool isTopLevel
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    shortcut

    Declaration
    public ustring shortcut
    Field Value
    Type Description
    ustring
    | Improve this Doc View Source

    title

    Declaration
    public ustring title
    Field Value
    Type Description
    ustring
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX