KeyboardControlMoveSelection Method

Performs selection in a given direction.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public virtual bool MoveSelection(
	ArrowKey anArrowKey
)

Parameters

anArrowKey  ArrowKey
Arrow key which represents selection direction.

Return Value

Boolean
Returns true when the selection was changed; otherwise false

See Also