Table of Contents

Class ExcludeCommandMouseShortcut

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll

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 CommandMouseShortcut

The short cut to be excluded.

Properties

MouseShortcut

Gets the mouse shortcut.

public CommandMouseShortcut MouseShortcut { get; }

Property Value

CommandMouseShortcut