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

In This Topic
    MaskCompleted Property (InputMaskedTextBox)
    In This Topic
    Gets a value indicating whether all required inputs have been entered into the input mask.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaskCompleted As Boolean
    public bool MaskCompleted {get;}
    See Also