Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / ValidateText Method

In This Topic
    ValidateText Method (C1TextBox)
    In This Topic
    Validates current Text property in the same manner as it usually validated after the control loses focus.
    Syntax
    'Declaration
     
    
    Public Sub ValidateText() 
    public void ValidateText()
    See Also