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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool KeyLeft(
	bool wrap
)

Parameters

wrap
Type: SystemBoolean
Should calculation wrap around the left edge.

Return Value

Type: Boolean
Did the calculation hit the left edge.
See Also