ViewContextMenuManagerKeyLeft Method |
Handle left key being pressed.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool KeyLeft(
bool wrap
)
Parameters
- wrap
- Type: SystemBoolean
Should calculation wrap around the left edge.
Return Value
Type:
BooleanDid the calculation hit the left edge.
See Also