Table of Contents

Class HotKeyManager

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll
public class HotKeyManager
Inheritance
HotKeyManager
Inherited Members

Constructors

HotKeyManager()

public HotKeyManager()

Fields

HotKeyProperty

public static readonly AttachedProperty<KeyGesture?> HotKeyProperty

Field Value

AttachedProperty<KeyGesture>

Methods

GetHotKey(AvaloniaObject)

public static KeyGesture? GetHotKey(AvaloniaObject target)

Parameters

target AvaloniaObject

Returns

KeyGesture

SetHotKey(AvaloniaObject, KeyGesture)

public static void SetHotKey(AvaloniaObject target, KeyGesture value)

Parameters

target AvaloniaObject
value KeyGesture