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