COXMaskedEdit::SetPromptSymbol
void SetPromptSymbol(TCHAR chNewPromptSymbol)
Parameters
chNewPromptSymbol |
Sets a new prompt symbol. The new symbol cannot be NULL, a carriage return or a line feed. |
Remarks
The prompt symbol is shown occupying the space available for user input. For example, a telephone number mask such as (###)\ ###\-##### might typically use the underscore character as the prompt symbol, resulting in a display of (___) ___-____ in the control.
The default symbol is a space.
See Also: GetPromptSymbol