'宣言 Public Overloads Function ComboBox( _ Optional ByVal selector As System.String _ ) As ComboBoxBuilder(Of Object)
public ComboBoxBuilder<object> ComboBox( System.string selector )
パラメータ
- selector
- Specifies a selector. It is optional. If it is not set, a default dom element will be generated.