Search
Button.OnKeyDown Method
See Also
 





Manipulator.OnKeyDown override.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool OnKeyDown (
    Key keyCode,
    Key modifiers
)

Visual Basic  Copy Code

Public Overrides Function OnKeyDown( _
    keyCode As Key, _
    modifiers As Key _
) As Boolean

 Parameters

keyCode
A Key value that is the code of the pressed key.
modifiers
A Key value representing one or more modifier flags.

 Return Value

 See Also