Search Results for

    Show / Hide Table of Contents

    Class MenuControlCommandModel

    Inheritance
    System.Object
    MenuControlCommandModel
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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

    Command

    Declaration
    public ICommand Command { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    CommandName

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

    Icon

    Declaration
    public DrawingImage Icon { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DrawingImage

    IsFor

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

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

    Implements

    System.IDisposable

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • MenuControlCommandModel()
    • Properties
      • Command
      • CommandName
      • Icon
      • IsFor
    • Methods
      • Dispose()
      • Dispose(Boolean)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX