Interface IInvokableScheduleViewMenuItemConfig
Defines all data needed the create an IScheduleViewMenuItem via the
Inherited Members
System.IComparable<Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration>.CompareTo(Simplic.UI.ScheduleView.IScheduleViewMenuItemConfiguration)
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 SourceExecuteOnMouseDoubleClick
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 |
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 |
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 |
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 |