GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateDayField Class / PromptChar Property


In This Topic
PromptChar Property (DateDayField)
In This Topic
Gets or sets the prompt char of the field.
Syntax
'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.
Remarks
The property retrieves the System.Char used for prompt empty bits of the field.
See Also