Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / ApplyRecommendedValue Method


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