EchoChar Property (AWTTextField)

Action

Gets the character that is displayed instead of the characters that are actually typed.

Syntax

C#
protected String EchoChar { get; }
VB
'Declaration
Protected Read Property EchoChar As String

Access

Read only.

Examples

VB

Dim echoChar As String = passwordTextField.EchoChar