Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ValidateActionContext Class / KeepFocus Property


In This Topic
    KeepFocus Property
    In This Topic
    Gets a value that indicates whether to keep the focus on the validating cell when executing the ValidateActionBase.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property KeepFocus As Boolean
    'Usage
     
    
    Dim instance As ValidateActionContext
    Dim value As Boolean
     
    value = instance.KeepFocus
    public bool KeepFocus {get;}
    See Also