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

In This Topic
    TextMaskFormat Property (InputMaskedTextBox)
    In This Topic
    Indicates whether the string returned from the Text property includes literals and/or prompt characters.
    Syntax
    'Declaration
     
    Public Property TextMaskFormat As MaskFormat
    public MaskFormat TextMaskFormat {get; set;}
    See Also