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

In This Topic
    AsciiOnly Property (InputMaskedTextBox)
    In This Topic
    Indicates whether only ASCII characters are accepted as valid input.
    Syntax
    'Declaration
     
    Public Property AsciiOnly As Boolean
    public bool AsciiOnly {get; set;}
    See Also