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

In This Topic
    ResetOnSpace Property (InputMaskedTextBox)
    In This Topic
    Gets or sets a value that determines how a space input character should be handled.
    Syntax
    'Declaration
     
    Public Property ResetOnSpace As Boolean
    public bool ResetOnSpace {get; set;}
    See Also