InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTextBox Class / WordWrap Property

In This Topic
    WordWrap Property (InputTextBox)
    In This Topic
    Gets or sets whether text should be allowed to wrap within the InputTextBox.
    Syntax
    'Declaration
     
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also