Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

KeyGesture::Key Property

 

Gets the key associated with this KeyGesture.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Key Key {
	Key get();
}

Property Value

Type: System.Windows.Input::Key

The key associated with the gesture. The default value is None.

In most cases, a KeyGesture must be associated with one or more ModifierKeys. The exceptions to this rule are the function keys and the numeric keypad keys, which can be a valid KeyGesture by themselves.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft