CreateToolbarCombo Method
In This Topic
Creates the toolbar combo.
Syntax
'Declaration
Public Shared Function CreateToolbarCombo( _
ByVal As System.String, _
ByVal () As System.String, _
ByVal () As System.String, _
ByVal As System.String _
) As System.Web.UI.Control
public static System.Web.UI.Control CreateToolbarCombo(
System.string ,
System.string[] ,
System.string[] ,
System.string
)
Parameters
- className
- The className.
- optionValues
- The option values.
- optionTexts
- Optional. The option texts.
- defaultValue
See Also