EchoCharSet Property (AWTTextField)

Action

Gets whether EchoChar is set to a value other than 0.

Syntax

C#
protected Boolean EchoCharSet { get; }
VB
'Declaration
Protected Read Property EchoCharSet As Boolean

Access

Read only.

Examples

VB

Dim isEchoCharSet As Boolean = passwordTextField.EchoCharSet