Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / RichTextEditor Constructor / RichTextEditor Constructor(Boolean)


In This Topic
    RichTextEditor Constructor(Boolean)
    In This Topic
    Creates a new rich text editor with a required user interface.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal requiresUI As Boolean _
    )
    'Usage
     
    
    Dim requiresUI As Boolean
     
    Dim instance As New RichTextEditor(requiresUI)
    public RichTextEditor( 
       bool requiresUI
    )

    Parameters

    requiresUI
    See Also