ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / TextBoxShape Class / NextTextBox Property

In This Topic
    NextTextBox Property
    In This Topic
    Gets or sets next linked TextBoxShape.
    Syntax
    'Declaration
     
    Public Property NextTextBox As TextBoxShape
    public TextBoxShape NextTextBox {get; set;}
    See Also