'DeclarationPublic Shared Function ColorFromDropDownList( _ ByVal dropDownList As System.Web.UI.WebControls.DropDownList _ ) As System.Drawing.Color
'UsageDim dropDownList As System.Web.UI.WebControls.DropDownList Dim value As System.Drawing.Color value = WebExamplesUtilities.ColorFromDropDownList(dropDownList)
public static System.Drawing.Color ColorFromDropDownList( System.Web.UI.WebControls.DropDownList dropDownList )
Parameters
- dropDownList