ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.String, _
       ByVal wrappable As System.Boolean _
    ) 
    protected virtual void AddTextElement( 
       Style style,
       System.string text,
       System.bool wrappable
    )

    Parameters

    style
    text
    wrappable
    See Also