
'Declaration Public Class FocusProcess Inherits ValidateActionBase Implements FarPoint.Win.ISerializeSupport, INamedObject
'Usage Dim instance As FocusProcess
public class FocusProcess : ValidateActionBase, FarPoint.Win.ISerializeSupport, INamedObject
This action is similar to setting cancel to true in the CellValidating event. If you change the ValidateActionBase.DoActionReason, the behavior of this action is special. For example, if you add ValidateReasons.EndEdit and ValidateReasons.CancelEdit, the validating cell cannot end edit mode even if you do not leave the current cell.
This action only takes effect when setting the PreventFocusLeave property value to true.
System.Object
FarPoint.Win.Spread.ValidateActionBase
FarPoint.Win.Spread.FocusProcess