ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1MaskedTextBox Class / PromptChar Property



In This Topic
    PromptChar Property
    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
    'Usage
     
    
    Dim instance As C1MaskedTextBox
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    [TypeConverter(System.ComponentModel.CharConverter)]
    public char PromptChar {get; set;}
    [TypeConverter(System.ComponentModel.CharConverter)]
    public:
    property char PromptChar {
       char get();
       void set (    char value);
    }
    See Also