InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputMaskedTextBox Class / Mask Property

In This Topic
    Mask Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the input mask to use at run time.
    Syntax
    'Declaration
     
    Public Property Mask As String
    public string Mask {get; set;}
    See Also