InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoCompleteAcceptedEventArgs Class / AcceptedSuggestion Field


In This Topic
    AcceptedSuggestion Field
    In This Topic
    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