Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ErrorInfo Class / CanLoseFocus Property

In This Topic
    CanLoseFocus Property
    In This Topic
    Gets or sets a value that determines whether or not the control is allowed to lose focus after the error. Works only if the ErrorAction is set to SetValueOnError or ResetValue.
    Syntax
    'Declaration
     
    
    Public Property CanLoseFocus As Boolean
    public bool CanLoseFocus {get; set;}
    See Also