'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputComboBoxItem(text)
public RenderInputComboBoxItem( System.string text )
パラメータ
- text
 - ドロップダウンリストに表示されるテキスト。
 
'宣言 Public Function New( _ ByVal text As System.String _ )
'使用法 Dim text As System.String Dim instance As New RenderInputComboBoxItem(text)
public RenderInputComboBoxItem( System.string text )