Table of Contents

Constructor ShortcutInfo

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

ShortcutInfo()

Initializes a new instance of the ShortcutInfo class.

public ShortcutInfo()

ShortcutInfo(Keys)

Initializes a new instance of the ShortcutInfo class.

public ShortcutInfo(Keys keys)

Parameters

keys Keys

Default value of the Keys property.

ShortcutInfo(KeyGesture?)

Initializes a new instance of the ShortcutInfo class.

public ShortcutInfo(KeyGesture? keyGesture)

Parameters

keyGesture KeyGesture

Default value of the KeyGesture property.

ShortcutInfo(KeyInfo[]?)

Initializes a new instance of the ShortcutInfo class.

public ShortcutInfo(KeyInfo[]? keyInfo)

Parameters

keyInfo KeyInfo[]

Default value of the KeyInfo property.