Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / PromptChar Property


In This Topic
    PromptChar Property (GcNumberEditingControl)
    In This Topic
    Gets or sets the prompt char of the field.
    Syntax
    'Declaration
     
    
    Public Overridable Property PromptChar As Char
    'Usage
     
    
    Dim instance As GcNumberEditingControl
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    public virtual 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