ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / TextBoxShape Class / TextBoxShape Constructor / TextBoxShape Constructor(String)
The text contained in the new TextBoxShape.

In This Topic
    TextBoxShape Constructor(String)
    In This Topic
    Initializes a new instance of an TextBoxShape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public TextBoxShape( 
       System.string text
    )

    Parameters

    text
    The text contained in the new TextBoxShape.
    See Also