Enum TextBoxSetValueFlags
Enumerates flags used in set value methods of the text box and rich text box controls.
[Flags]
public enum TextBoxSetValueFlags
Fields
NoEvent = 0Send no events.
SelectionOnly = 2Selection only.
SendEvent = 1Send events.
Remarks
This enumeration supports a bitwise combination of its member values.