GH_SliderBaseKeyDown Method |
Respond to a KeyDown event.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool KeyDown(
KeyEventArgs args
)
Public Function KeyDown (
args As KeyEventArgs
) As Boolean
Parameters
- args
- Type: System.Windows.FormsKeyEventArgs
KeyDown event arguments.
Return Value
Type:
BooleanTrue if something changed, false if not.
See Also