ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1TextBoxBase Class / WordWrap Property

In This Topic
    WordWrap Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
    Syntax
    'Declaration
     
    
    Public Property WordWrap As Boolean
    public bool WordWrap {get; set;}
    See Also