DiagramClientView.IsInputKey Method

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Protected Overrides Function IsInputKey ( _
    keyData As Keys _
) As Boolean
protected override bool IsInputKey(
    Keys keyData
)
protected:
virtual bool IsInputKey(
    Keys keyData
) override
abstract IsInputKey : 
        keyData:Keys -> bool 
override IsInputKey : 
        keyData:Keys -> bool 
protected override function IsInputKey(
    keyData : Keys
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace