WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / TextBoxAutoCompleteEventArgs Class / Text Property
In This Topic
    Text Property (TextBoxAutoCompleteEventArgs)
    In This Topic
    Gets or sets the text that is being auto-completed.
    Syntax
    public string Text {get; set;}
    Remarks
    Use this property to correct the capitalization of the entered text.
    See Also