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

In This Topic
    Content Property (InputMaskedTextBox)
    In This Topic
    Gets text input by the user without literal and prompt characters.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As String
    public string Content {get;}
    See Also