Table of Contents

Enum RichTextMoveCaretFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates flags used in move caret methods of the rich text box control.

[Flags]
public enum RichTextMoveCaretFlags

Fields

AltDown = 4
ControlDown = 2

Control key is pressed.

ShiftDown = 1

Shift key is pressed.

Remarks

This enumeration supports a bitwise combination of its member values.