Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TextBoxAutoCompleteEventArgs
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    Remarks
    Use this property to correct the capitalization of the entered text.
    See Also