[FlagsAttribute]
public enum UndoRedoRichTextBoxEvents
<FlagsAttribute>
Public Enumeration UndoRedoRichTextBoxEvents
Dim instance As UndoRedoRichTextBoxEvents
[FlagsAttribute]
public enum class UndoRedoRichTextBoxEvents
[<FlagsAttribute>]
type UndoRedoRichTextBoxEvents
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. |