'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputText(text)
public RenderInputText( System.string text )
パラメータ
- text
- A string to assign to the RenderInputText.Text property.
'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputText(text)
public RenderInputText( System.string text )