Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ShowRecommendedValue Property


In This Topic
ShowRecommendedValue Property (GcComboBoxCellType)
In This Topic
Gets or sets whether to show the recommended value.
Syntax
'Declaration
 
Public Property ShowRecommendedValue As Boolean
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Boolean
 
instance.ShowRecommendedValue = value
 
value = instance.ShowRecommendedValue

Property Value

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