Enum TextBoxSetValueFlags
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.