PromptChar Property (DateDayField)
Gets or sets the prompt char of the field.
public char PromptChar {get; set;}
'Declaration
Public Property PromptChar As Char
'Usage
Dim instance As DateDayField
Dim value As Char
instance.PromptChar = value
value = instance.PromptChar
Property Value
A
System.Char value used for prompt empty bits of the field when inputting.