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

In This Topic
    MaskedTextBox Property (InputMaskedTextBox)
    In This Topic
    Gets the MaskedTextBox control contained in this InputMaskedTextBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property MaskedTextBox As MaskedTextBox
    public MaskedTextBox MaskedTextBox {get;}
    See Also