InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ParagraphElement Class / AddTextElement Method

In This Topic
    AddTextElement Method (ParagraphElement)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub AddTextElement( _
       ByVal style As Style, _
       ByVal text As String, _
       ByVal wrappable As Boolean _
    ) 
    protected virtual void AddTextElement( 
       Style style,
       string text,
       bool wrappable
    )

    Parameters

    style
    text
    wrappable
    See Also