CMFCMaskedEdit::SetWindowText

Displays a prompt in the masked edit control.

void SetWindowText(
   LPCTSTR lpszString 
);

Parameters

  • [in] lpszString
    Points to a null-terminated string that will be used as a prompt.

Remarks

This method sets the control text.

This method redefines CWnd::SetWindowText.

Requirements

Header: afxmaskededit.h

See Also

Reference

CMFCMaskedEdit Class

Hierarchy Chart