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


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

    Parameters

    renderAsFont
    Whether to render as a font
    See Also