Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / FontSelector Constructor / FontSelector Constructor(Boolean,String)
Whether to render as a font
Sample string


In This Topic
    FontSelector Constructor(Boolean,String)
    In This Topic
    Creates a new font selector.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal renderAsFont As Boolean, _
       ByVal sampleString As String _
    )
    'Usage
     
    
    Dim renderAsFont As Boolean
    Dim sampleString As String
     
    Dim instance As New FontSelector(renderAsFont, sampleString)
    public FontSelector( 
       bool renderAsFont,
       string sampleString
    )

    Parameters

    renderAsFont
    Whether to render as a font
    sampleString
    Sample string
    See Also