Multi-line Edit Box - MemoDialogs Property
Defines which inbuilt memo features will be available
Member of Multi-line Edit Box (PRIM_MEMO)
Data Type - Enumeration Set
The MemoDialogs property defines which in built dialogs are available in the memo. This property supports multiple selection.
| Enum Value | Description |
|---|---|
| Find | Show a Find dialog when Ctrl+F is used |
| Goto | Show a Goto dialog when Ctrl+G is used |
| None | No dialogs are available |
| Show the Print dialog when Ctrl+P is used | |
| Replace | Show a Find/Replace dialog when Ctrl+H is used |
Febuary 18 V14SP2