Initializes a new instance of the
TextField class.
シンタックス
'宣言
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
- The name of the field
- text
- The text of the field.
参照