Nevron.Examples.Framework.WebForm Namespace / WebExamplesUtilities Class / FillComboWithColorNames Method / FillComboWithColorNames(DropDownList,KnownColor) Method


In This Topic
    FillComboWithColorNames(DropDownList,KnownColor) Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also