DiagramClientView::IsInputKey Method (Keys)

 

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual bool IsInputKey(
	Keys keyData
) override

Parameters

keyData
Type: System.Windows.Forms::Keys

One of the Keys values.

Return Value

Type: System::Boolean
Return to top
Show: