[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.AcceptsArrowKeys

AcceptsArrowKeys Enum

Specifies how the control processes the keyboard arrow keys in the text box.

Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public enum AcceptsArrowKeys
Public Enum AcceptsArrowKeys

Fields

Name Description
AllArrows

Processes all the keyboard arrow keys (like Arrows and CtrlArrows combined).

AllArrowsIgnoringMultiline

Processes all the keyboard arrow keys regardless of the Multiline property setting.

Arrows

Processes the keyboard arrow keys but not with the Ctrl key.

CtrlArrows

Processes the keyboard arrow keys only when the Ctrl key is also pressed.

None

Does not process any of the arrow keys.