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(bool)

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

    Implements

    IDisposable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • MenuControlCommandModel()
    • Properties
      • AccesibilityName
      • Command
      • CommandName
      • Icon
      • Id
      • IsFor
      • ToolTip
    • Methods
      • Dispose()
      • Dispose(bool)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX