Nevron.Examples.Framework.WebForm Namespace / WebExamplesUtilities Class / FillComboWithFontNames Method


In This Topic
    FillComboWithFontNames Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub FillComboWithFontNames( _
       ByVal dropDownList As System.Web.UI.WebControls.DropDownList, _
       ByVal fontToSelect As System.String _
    ) 
    'Usage
     
    
    Dim dropDownList As System.Web.UI.WebControls.DropDownList
    Dim fontToSelect As System.String
     
    WebExamplesUtilities.FillComboWithFontNames(dropDownList, fontToSelect)
    public static void FillComboWithFontNames( 
       System.Web.UI.WebControls.DropDownList dropDownList,
       System.string fontToSelect
    )

    Parameters

    dropDownList
    fontToSelect
    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