ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TextEditedEventArgs Class / CurrentText Property

In This Topic
    CurrentText Property
    In This Topic
    Current text.
    Syntax
    'Declaration
     
    
    Public Property CurrentText As String
    public string CurrentText {get; set;}
    See Also