PromptChar Property (FieldsEditorControl)
Gets or sets the character used as an input prompt.
public virtual char PromptChar {get; set;}
'Declaration
Public Overridable Property PromptChar As Char
'Usage
Dim instance As FieldsEditorControl
Dim value As Char
instance.PromptChar = value
value = instance.PromptChar
Property Value
The character used as an input prompt. The default is an underscore ("_").