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

In This Topic
    TrimStart Property (C1TextBoxBase)
    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