'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputCheckBox(text)
public RenderInputCheckBox( System.string text )
パラメータ
- text
- The text to use as the checkbox label.
'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputCheckBox(text)
public RenderInputCheckBox( System.string text )