Search Results for

    Show / Hide Table of Contents

    Class MenuItemControl

    Inheritance
    Object
    AccessibleComboBoxItem
    MenuItemControl
    Inherited Members
    AccessibleComboBoxItem.OnCreateAutomationPeer()
    Namespace: Sdl.Desktop.Platform.Controls.Controls.MenuControlComboBox
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class MenuItemControl : AccessibleComboBoxItem

    Constructors

    MenuItemControl()

    Declaration
    public MenuItemControl()

    Fields

    CommandParameterProperty

    Declaration
    public static readonly DependencyProperty CommandParameterProperty
    Field Value
    Type Description
    DependencyProperty

    CommandProperty

    Declaration
    public static readonly DependencyProperty CommandProperty
    Field Value
    Type Description
    DependencyProperty

    IconProperty

    Declaration
    public static readonly DependencyProperty IconProperty
    Field Value
    Type Description
    DependencyProperty

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    Command

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

    CommandParameter

    Declaration
    public object CommandParameter { get; set; }
    Property Value
    Type Description
    Object

    Icon

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

    Text

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

    Methods

    OnPreviewKeyDown(KeyEventArgs)

    Declaration
    protected override void OnPreviewKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    KeyEventArgs e

    OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    MouseButtonEventArgs e

    Extension Methods

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