:: com :: sun :: star :: awt ::

interface XTextEditField
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextEditField
Description
is used for password fields.

Methods' Summary
setEchoChar sets the character to display as a substitute on user input.
Methods' Details
setEchoChar
[oneway] void
setEchoChar(
 
[in] char
 
cEcho );

Description
sets the character to display as a substitute on user input.
Top of Page