EM_SETPASSWORDCHAR top-level constant

int const EM_SETPASSWORDCHAR

Sets or removes the password character for an edit control.

When a password character is set, that character is displayed in place of the characters typed by the user. You can send this message to either an edit control or a rich edit control.

Implementation

const EM_SETPASSWORDCHAR = 0x00CC;