interface XTextEditField in module com::sun::star::awt::

(Global Index)

Syntax

interface XTextEditField : com::sun::star::uno::XInterface ;

Description

is used for password fields.

Method Summary

setEchoChar sets the character to display as a substitute on user input.

Method Details



setEchoChar

Syntax

oneway void setEchoChar (
char cEcho );

Description

sets the character to display as a substitute on user input.

Top of Page