ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputMask Class / PromptChar Property






In This Topic
    PromptChar Property (InputMask)
    In This Topic
    Gets or sets the symbol used to show input positions in the control.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(_)>
    Public Property PromptChar As System.Char
    'Usage
     
    
    Dim instance As InputMask
    Dim value As System.Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    [System.ComponentModel.DefaultValue(_)]
    public System.char PromptChar {get; set;}
    public read-write property PromptChar: System.Char; 
    System.ComponentModel.DefaultValueAttribute(_)
    public function get,set PromptChar : System.char
    [System.ComponentModel.DefaultValue(_)]
    public: __property System.char get_PromptChar();
    public: __property void set_PromptChar( 
       System.char value
    );
    [System.ComponentModel.DefaultValue(_)]
    public:
    property System.char PromptChar {
       System.char get();
       void set (    System.char value);
    }
    See Also