CEdit::SetPasswordChar

Call this member function to set or remove a password character displayed in an edit control when the user types text. When a password character is set, that character is displayed for each character the user types.

Syntax

void SetPasswordChar( TCHAR ch );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::GetPasswordChar