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


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