Spread Windows Forms 15.0
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
    public override char PromptChar {get; set;}

    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