ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MaskedTextBox Class / UpdateValue Method

In This Topic
    UpdateValue Method
    In This Topic
    Forces C1MaskedTextBox to update its Value and Text properties when the control is not loaded. Does nothing in WPF.
    Syntax
    'Declaration
     
    
    Public Sub UpdateValue() 
    public void UpdateValue()
    See Also