Called when a key is pressed when this component has the input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual bool OnKeyDown ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function OnKeyDown( _ |
A Key value that is the code of the pressed key.
A Key value representing one or more modifier flags.
true if the component has handled the event; otherwise, false.
See Also