Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFontNameThumbnailComboBox Class / CreateItemForFont Method


In This Topic
    CreateItemForFont Method (NFontNameThumbnailComboBox)
    In This Topic
    Creates a combo box item for the given font.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateItemForFont( _
       ByVal fontName As System.String _
    ) As NComboBoxItem
    'Usage
     
    
    Dim instance As NFontNameThumbnailComboBox
    Dim fontName As System.String
    Dim value As NComboBoxItem
     
    value = instance.CreateItemForFont(fontName)
    protected override NComboBoxItem CreateItemForFont( 
       System.string fontName
    )

    Parameters

    fontName
    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