Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1MaskedTextBox Class / PromptChar Property

In This Topic
    PromptChar Property (C1MaskedTextBox)
    In This Topic
    Gets or sets the character used to show spaces where user is supposed to type.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(System.ComponentModel.CharConverter)>
    Public Property PromptChar As Char
    [TypeConverter(System.ComponentModel.CharConverter)]
    public char PromptChar {get; set;}
    See Also