Reflection
AcceptedSuggestion Field


The completion, also referred to as the accepted suggestion.
Syntax
'Declaration
 
Public ReadOnly AcceptedSuggestion As String
'Usage
 
Dim instance As AutoCompleteAcceptedEventArgs
Dim value As String
 
value = instance.AcceptedSuggestion
public readonly string AcceptedSuggestion
See Also