Search Results for

    Show / Hide Table of Contents

    Class MenuControlCommandModel

    Inheritance
    Object
    MenuControlCommandModel
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class MenuControlCommandModel : IDisposable

    Constructors

    MenuControlCommandModel()

    Declaration
    public MenuControlCommandModel()

    Properties

    AccesibilityName

    Declaration
    public string AccesibilityName { get; set; }
    Property Value
    Type Description
    String

    Command

    Declaration
    public ICommand Command { get; set; }
    Property Value
    Type Description
    ICommand

    CommandName

    Declaration
    public string CommandName { get; set; }
    Property Value
    Type Description
    String

    Icon

    Declaration
    public DrawingImage Icon { get; set; }
    Property Value
    Type Description
    DrawingImage

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    String

    IsFor

    Declaration
    public IsFor IsFor { get; set; }
    Property Value
    Type Description
    IsFor

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    String

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing

    Implements

    System.IDisposable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX