EchoChar プロパティ (AWTTextField)

クラス

AWTTextField.

処理

[読み取り専用] 実際に入力される文字の代わりに表示される文字。

構文

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

アクセス

読み取り専用。

VB

Dim echoChar As String = passwordTextField.EchoChar