Skip to main content

KeyGesture(VirtualKey, ModifierKeys) Constructor

In This Article

Initializes a new instance of the KeyGesture class with specified settings.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public KeyGesture(
    VirtualKey key,
    ModifierKeys modifiers
)

#Parameters

Name Type Description
key Windows.System.VirtualKey

The key associated with this gesture.

modifiers DevExpress.WinUI.Core.Internal.ModifierKeys

The modifier keys associated with the gesture.

See Also