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

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