ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / TextBoxShape Class / NextTextBox Property

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