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::Modifiers Property

 

Gets the modifier keys associated with this KeyGesture.

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

public:
property ModifierKeys Modifiers {
	ModifierKeys get();
}

Property Value

Type: System.Windows.Input::ModifierKeys

The modifier keys 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. For example, you can create a KeyGesture by using only the F12 key, but to use the X key in a KeyGesture it must be paired with a modifier key.

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