Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextEditField

Base Interface
com::sun::star::uno::XInterface

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