InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / SkipLiterals Property

In This Topic
    SkipLiterals Property (InputMaskedTextBox)
    In This Topic
    Gets or sets a value indicating whether the user is allowed to reenter literal values.
    Syntax
    'Declaration
     
    Public Property SkipLiterals As Boolean
    public bool SkipLiterals {get; set;}
    See Also