IKeyControllerKeyUp Method |
Key has been released.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool KeyUp(
Control c,
KeyEventArgs e
)
Parameters
- c Control
- Reference to the source control instance.
- e KeyEventArgs
- A KeyEventArgs that contains the event data.
Return Value
BooleanTrue if capturing input; otherwise false.
See Also