PreventFocusLeave Property
Gets or sets whether to keep the focus on the validating
Cell.
public bool PreventFocusLeave {get; set;}
'Declaration
Public Property PreventFocusLeave As Boolean
'Usage
Dim instance As FocusProcess
Dim value As Boolean
instance.PreventFocusLeave = value
value = instance.PreventFocusLeave
Property Value
true to keep the focus on the validating
Cell; otherwise,
false. The default is
true.