Search Results for

    Show / Hide Table of Contents

    Enum CommandButtonType

    The type of button in the client ui.

    These can look and behave differently depending on the client application (windows app versus web browser for instance), but should have the same type of functionality

    Namespace: LemonEdge.Client.UI.API.Commands.Core
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public enum CommandButtonType : short

    Fields

    Name Description
    Button

    A standard button

    Menu

    A menu button, which would be the equivelant of a right-click menu type control in windows

    RibbonButton

    A top level menu button that is the equivelant of a main ribbon button in a windows app

    Extension Methods

    LinqExtensions.AsArray<CommandButtonType>(CommandButtonType)
    LinqExtensions.ToArrayOfOne<CommandButtonType>(CommandButtonType)
    LinqExtensions.ToListOfOne<CommandButtonType>(CommandButtonType)
    MiscExtensions.SetIfNotEqual<CommandButtonType, TP>(CommandButtonType, Expression<Func<CommandButtonType, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.