Applies to
Declaration
property EnableHotKeys: Boolean;
Description
This property controls whether static text formatting may be effected by the user through control keys. When set to True, and property StaticFormat is True, the following keys have the indicated effect:
| Ctrl-B | turns selected text to bold |
| Ctrl-I | turns selected text to italic |
| Ctrl-U | turns selected text to underline |
| Ctrl-H | applies color highlight to selected text |
| Ctrl-F | use alternate font for selected text |
More accurately, they act as toggle: for example, if the selected text is already bold, pressing Ctrl-B will turn it normal.