IASEditBox::get_TextPrivate

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

Syntax

HRESULT get_TextPrivate( BOOL * pfTextPrivate );

Parameters

pfTextPrivate
Pointer to a 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.