DialogKeyEventArgs::Key Property

 

Gets the key being pressed within UIElementDialogPage.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Key Key {
	[CompilerGeneratedAttribute]
	Key get();
	[CompilerGeneratedAttribute]
	private: void set(Key value);
}

Property Value

Type: System.Windows.Input::Key
Return to top
Show: