TCHAR GetPasswordChar( ) const;
Return Value
Specifies the character to be displayed in place of the character typed by the user. The return value is NULL if no password character exists.
Remarks
Call this function to retrieve the password character displayed in an edit control when the user enters text.
If the edit control is created with the ES_PASSWORD style, the default password character is set to an asterisk (*).
For more information, see EM_GETPASSWORDCHAR in the Win32 documentation.
CEdit Overview | Class Members | Hierarchy Chart
See Also CEdit::SetPasswordChar