Table of Contents

Method FromString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FromString(string)

Parses string representation of the key with modifiers to the KeyGesture instance.

public static KeyGesture? FromString(string source)

Parameters

source string

String value containing key name and key modifiers.

Returns

KeyGesture