Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ApplyRecommendedValue Method


In This Topic
ApplyRecommendedValue Method (GcTextBox)
In This Topic
Applies the recommended value to the control.
Syntax
'Declaration
 
Public Sub ApplyRecommendedValue() 
 
'Usage
 
Dim instance As GcTextBox
 
instance.ApplyRecommendedValue()
Remarks
The ApplyRecommendedValue method is mainly used by GcShortcut's behaviors. It can accept the RecommendedValue when the ShowRecommendedValue property is true.
See Also