Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextAndFont Class / TextAndFont Constructor / TextAndFont Constructor(Boolean)


In This Topic
    TextAndFont Constructor(Boolean)
    In This Topic
    Creates a new text and font for the presentation space.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal renderListWithFont As Boolean _
    )
    'Usage
     
    
    Dim renderListWithFont As Boolean
     
    Dim instance As New TextAndFont(renderListWithFont)
    public TextAndFont( 
       bool renderListWithFont
    )

    Parameters

    renderListWithFont
    See Also