ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 String _
    )
    public TextBoxShape( 
       string text
    )

    Parameters

    text
    The text contained in the new TextBoxShape.
    See Also