Search Results for

    Show / Hide Table of Contents

    Interface IInvokableScheduleViewMenuItemConfig

    Defines all data needed the create an IScheduleViewMenuItem via the method.

    Inherited Members
    IScheduleViewMenuItemConfiguration.ContainerId
    IScheduleViewMenuItemConfiguration.DisplayText
    IScheduleViewMenuItemConfiguration.Id
    IScheduleViewMenuItemConfiguration.LargeIcon
    IScheduleViewMenuItemConfiguration.LargeIconGuid
    IScheduleViewMenuItemConfiguration.NeedsSelectedItem
    IScheduleViewMenuItemConfiguration.OrderNumber
    IScheduleViewMenuItemConfiguration.RibbonButtonSize
    IScheduleViewMenuItemConfiguration.ShowInContextMenu
    IScheduleViewMenuItemConfiguration.ShowInRibbonMenu
    IScheduleViewMenuItemConfiguration.SmallIcon
    IScheduleViewMenuItemConfiguration.SmallIconGuid
    System.IComparable<Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration>.CompareTo(Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration)
    IViewModelBase.RaisePropertyChanged(String)
    IViewModelBase.OnClose()
    IViewModelBase.IsDirty
    IViewModelBase.ForceSave
    IViewModelBase.Parent
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IInvokableScheduleViewMenuItemConfig : IScheduleViewMenuItemConfiguration, IComparable<IScheduleViewMenuItemConfiguration>, IViewModelBase, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ExecuteOnMouseDoubleClick

    Gets or sets the System.Boolean indicating whether the function will be executed on a mouse double click.

    Declaration
    bool ExecuteOnMouseDoubleClick { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    KeyCode1

    Gets or sets the first System.Windows.Input.Key used to invoke the IScheduleViewMenuItem's function or method.

    Declaration
    Key KeyCode1 { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    KeyCode2

    Gets or sets the second System.Windows.Input.Key used to invoke the IScheduleViewMenuItem's function or method.

    Declaration
    Key KeyCode2 { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    KeyCode3

    Gets or sets the third System.Windows.Input.Key used to invoke the IScheduleViewMenuItem's function or method.

    Declaration
    Key KeyCode3 { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx