Search Results for

    Show / Hide Table of Contents

    Class MenuControlCommandModel

    Inheritance
    System.Object
    MenuControlCommandModel
    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

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    Back to top Generated by DocFX