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

In This Topic
    EditMask Property (C1ComboBox)
    In This Topic
    The edit mask string restricting user input.
    Syntax
    'Declaration
     
    
    Public Property EditMask As String
    public string EditMask {get; set;}
    See Also