InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlElement Class / AddText Method / AddText(String) Method

In This Topic
    AddText(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AddText( _
       ByVal text As String _
    ) 
    public void AddText( 
       string text
    )

    Parameters

    text
    See Also