Search
DiagramView.IsInputKey Method
See Also
 





Control.IsInputKey override.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

protected override bool IsInputKey (
    Keys keyData
)

Visual Basic  Copy Code

Protected Overrides Function IsInputKey( _
    keyData As Keys _
) As Boolean

 Parameters

keyData
One of the System.Windows.Forms.Keys values.

 Return Value

true if the specified key is a regular input key; otherwise, false.

 See Also