Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / UpdateValueWithCurrentText Method

In This Topic
    UpdateValueWithCurrentText Method (C1TextBoxBase)
    In This Topic
    Triggers parsing of the Text property and updating the Value.
    Syntax
    'Declaration
     
    
    Public Function UpdateValueWithCurrentText() As Boolean
    public bool UpdateValueWithCurrentText()
    See Also