Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PromptChar Property


In This Topic
PromptChar Property (GcNumber)
In This Topic
Gets or sets the prompt char of the field.
Syntax
'Declaration
 
Public Overrides Property PromptChar As Char
 
'Usage
 
Dim instance As GcNumber
Dim value As Char
 
instance.PromptChar = value
 
value = instance.PromptChar

Property Value

A char value used for prompt empty bits of the field when inputting.
Remarks
The PromptChar property determins the display text when the Value is none and one or more inputable fields or display fields existed.
See Also