Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBuilder Class / FillFontSizeCombo Method


In This Topic
    FillFontSizeCombo Method
    In This Topic
    Fills the given combo box with the commonly used font sizes.
    Syntax
    'Declaration
     
    
    Public Shared Sub FillFontSizeCombo( _
       ByVal comboBox As NComboBox _
    ) 
    'Usage
     
    
    Dim comboBox As NComboBox
     
    NCommandBuilder.FillFontSizeCombo(comboBox)
    public static void FillFontSizeCombo( 
       NComboBox comboBox
    )

    Parameters

    comboBox
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also