Gets whether specified virtual key code corresponds to this key.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsThis ( |
Visual Basic
Copy Code
|
|---|
Public Function IsThis( _ |
The virtual key code to check.
true if the key codes are equivalent, or false otherwise.
See Also