Click or drag to resize

ViewContextMenuManagerKeyLeft Method

Handle left key being pressed.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool KeyLeft(
	bool wrap
)

Parameters

wrap  Boolean
Should calculation wrap around the left edge.

Return Value

Boolean
Did the calculation hit the left edge.
See Also