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


In This Topic
    FillLineGapFactorCombo Method
    In This Topic
    Returns a combo box filled with line spacing factors
    Syntax
    'Declaration
     
    
    Public Shared Sub FillLineGapFactorCombo( _
       ByVal comboBox As NComboBox _
    ) 
    'Usage
     
    
    Dim comboBox As NComboBox
     
    NCommandBuilder.FillLineGapFactorCombo(comboBox)
    public static void FillLineGapFactorCombo( 
       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