InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlElement Class / AddTextElement Method
C1.Framework.Style used to render the new string.
String to add to this paragraph.
Indicates if the text element can be wrapped to new line.

In This Topic
    AddTextElement Method (HtmlElement)
    In This Topic
    Adds a string with a given style to this paragraph.
    Syntax
    'Declaration
     
    Protected Overridable Sub AddTextElement( _
       ByVal s As Style, _
       ByVal text As String, _
       ByVal wrappable As Boolean _
    ) 
    protected virtual void AddTextElement( 
       Style s,
       string text,
       bool wrappable
    )

    Parameters

    s
    C1.Framework.Style used to render the new string.
    text
    String to add to this paragraph.
    wrappable
    Indicates if the text element can be wrapped to new line.
    See Also