Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / WordWrap Property

In This Topic
    WordWrap Property (ITextBoxBase)
    In This Topic
    Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
    Syntax
    'Declaration
     
    
    Property WordWrap As Boolean
    bool WordWrap {get; set;}
    See Also