ComponentOne FinancialChart for WPF
C1.WPF Namespace / TextEditedEventArgs Class / CurrentText Property



In This Topic
    CurrentText Property
    In This Topic
    Current text.
    Syntax
    'Declaration
     
    
    Public Property CurrentText As String
    'Usage
     
    
    Dim instance As TextEditedEventArgs
    Dim value As String
     
    instance.CurrentText = value
     
    value = instance.CurrentText
    public string CurrentText {get; set;}
    public:
    property String^ CurrentText {
       String^ get();
       void set (    String^ value);
    }
    See Also