ChartKeyboardEventArgs
Summary
Provides data for chart keyboard related events and callbacks
Signature
1 | |
Namespace
cAlgo.API
See Also
Properties
Chart
Summary
The chart that the event/callback occurred
Signature
1 | |
Return Value
Chart
Key
Summary
Keyboard key
Signature
1 | |
Return Value
Key
Modifiers
Summary
Modifiers key that was used with the Key
Signature
1 | |
Return Value
ModifierKeys
CtrlKey
Summary
True if Ctrl key was pressed otherwise False
Signature
1 | |
Return Value
bool
ShiftKey
Summary
True if Shift key was pressed otherwise False
Signature
1 | |
Return Value
bool
AltKey
Summary
True if Alt key was pressed otherwise False
Signature
1 | |
Return Value
bool