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

In This Topic
    AllowPromptAsInput Property (InputMaskedTextBox)
    In This Topic
    Indicates whether the prompt character is valid as input.
    Syntax
    'Declaration
     
    Public Property AllowPromptAsInput As Boolean
    public bool AllowPromptAsInput {get; set;}
    See Also