ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / TrimStart Property

In This Topic
    TrimStart Property (C1ComboBox)
    In This Topic
    If True, leading spaces are removed.
    Syntax
    'Declaration
     
    
    Public Property TrimStart As Boolean
    public bool TrimStart {get; set;}
    See Also