Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ShowRecommendedValue Property


In This Topic
    ShowRecommendedValue Property (GcTextBox)
    In This Topic
    Gets or sets a value that indicates whether to show the recommended value.
    Syntax
    'Declaration
     
    
    Public Property ShowRecommendedValue As Boolean
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As Boolean
     
    instance.ShowRecommendedValue = value
     
    value = instance.ShowRecommendedValue
    public bool ShowRecommendedValue {get; set;}

    Property Value

    true to show the recommended value; otherwise, false.
    The default is false.
    Remarks
    The value of the RecommendedValue property is shown when the ShowRecommendedValue is true and value is not fully entered; otherwise, the value of the RecommendedValue property is shown.
    See Also