Table of Contents

Enum TextBoxSetValueFlags

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

Enumerates flags used in set value methods of the text box and rich text box controls.

[Flags]
public enum TextBoxSetValueFlags

Fields

NoEvent = 0

Send no events.

SelectionOnly = 2

Selection only.

SendEvent = 1

Send events.

Remarks

This enumeration supports a bitwise combination of its member values.