Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / RecommendedValue Property


In This Topic
    RecommendedValue Property (GcComboBox)
    In This Topic
    Gets or sets the recommended value.
    Syntax
    'Declaration
     
    
    Public Property RecommendedValue As String
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As String
     
    instance.RecommendedValue = value
     
    value = instance.RecommendedValue
    public string RecommendedValue {get; set;}

    Property Value

    A System.String value indicates the recommended value.
    The default is System.String.Empty.
    Exceptions
    ExceptionDescription
    The value isn't valid.
    Remarks
    The RecommendedValue property makes a hint for user that shown when value is not fully inputted. When some value is being inputed, pressing some special shortcut key or key combination can accept the recommendatory value.
    See Also