Sends the selected candidate string and annotation string to the input controller.
Original signature is '- (void)annotationSelected:(NSAttributedString*)annotationString forCandidate:(NSAttributedString*)candidateString'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void AnnotationSelectedForCandidate( NSAttributedString annotationString, NSAttributedString candidateString )
Public Overridable Sub AnnotationSelectedForCandidate ( _ annotationString As NSAttributedString, _ candidateString As NSAttributedString _ )
public: virtual void AnnotationSelectedForCandidate( NSAttributedString^ annotationString, NSAttributedString^ candidateString )

- annotationString (NSAttributedString)
- The annotation string associated with the candidate.
- candidateString (NSAttributedString)
- The candidate string that the user moved to.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)