[FlagsAttribute]
public enum UndoRedoTextBoxEvents
<FlagsAttribute>
Public Enumeration UndoRedoTextBoxEvents
Dim instance As UndoRedoTextBoxEvents
[FlagsAttribute]
public enum class UndoRedoTextBoxEvents
[<FlagsAttribute>]
type UndoRedoTextBoxEvents
No code example is currently available or this language may not be supported.
None | 0 | Any event. |
TextChanged | 1 | TextChanged event. |
FontChanged | 2 | FontChanged event. |
BackColorChanged | 4 | BackColorChanged event. |
ForeColorChanged | 8 | ForeColorChanged event. |