Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / TrimEnd Property

In This Topic
    TrimEnd Property (C1TextBox)
    In This Topic
    Gets or sets a value indicating whether trailing spaces are removed.
    Syntax
    'Declaration
     
    
    Public Property TrimEnd As Boolean
    public bool TrimEnd {get; set;}
    See Also