Enum RichTextMoveCaretFlags
Enumerates flags used in move caret methods of the rich text box control.
[Flags]
public enum RichTextMoveCaretFlags
Fields
AltDown = 4ControlDown = 2Control key is pressed.
ShiftDown = 1Shift key is pressed.
Remarks
This enumeration supports a bitwise combination of its member values.