IASEditBox::put_TextPrivate

This method specifies whether the edit control displays asterisks instead of the characters that the user enters.

Syntax

HRESULT put_TextPrivate( BOOL fTextPrivate );

Parameters

fTextPrivate
Boolean that is set to TRUE to specify that the edit control display asterisks instead of the actual characters that the user enters, or to FALSE to display the actual characters that the user enters.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.

Remarks

Use this method to protect the privacy of a user when the user enters text in a password field in an edit box.