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