Class ExcludeCommandMouseShortcut
Represents a mouse shortcut that should be excluded.
public class ExcludeCommandMouseShortcut
- Inheritance
-
ExcludeCommandMouseShortcut
- Inherited Members
Constructors
ExcludeCommandMouseShortcut(CommandMouseShortcut)
Initializes a new instance of the ExcludeCommandMouseShortcut class.
public ExcludeCommandMouseShortcut(CommandMouseShortcut keyboardShortcut)
Parameters
keyboardShortcut
CommandMouseShortcutThe short cut to be excluded.
Properties
MouseShortcut
Gets the mouse shortcut.
public CommandMouseShortcut MouseShortcut { get; }