Table of Contents

Class KeyboardShortcut

Namespace
Dynamicweb.CoreUI.Actions
Assembly
Dynamicweb.CoreUI.dll
public record KeyboardShortcut : IEquatable<KeyboardShortcut>
Inheritance
KeyboardShortcut
Implements
Inherited Members

Constructors

KeyboardShortcut(ConsoleModifiers, char)

public KeyboardShortcut(ConsoleModifiers ModifierKeys, char Key)

Parameters

ModifierKeys ConsoleModifiers
Key char

Properties

Key

public char Key { get; init; }

Property Value

char

ModifierKeys

public ConsoleModifiers ModifierKeys { get; init; }

Property Value

ConsoleModifiers

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

To top