'Declaration
Public Overloads Shared Sub FillComboWithColorNames( _ ByVal dropDownList As System.Web.UI.WebControls.DropDownList _ )
'Usage
Dim dropDownList As System.Web.UI.WebControls.DropDownList WebExamplesUtilities.FillComboWithColorNames(dropDownList)
public static void FillComboWithColorNames( System.Web.UI.WebControls.DropDownList dropDownList )
Parameters
- dropDownList