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

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