TextFieldクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim name As System.String
Dim text As System.String
Dim instance As New TextField(name, text)
public TextField(
System.string ,
System.string
)
パラメータ
- name
- フィールドの名前。
- text
- フィールドのテキスト。
参照