MonobjcMonobjc Documented Class Library
AnnotationSelectedForCandidate Method (annotationString, candidateString)
NamespacesMonobjc.InputMethodKitIMKInputControllerAnnotationSelectedForCandidate(NSAttributedString, NSAttributedString)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
annotationString (NSAttributedString)
The annotation string associated with the candidate.
candidateString (NSAttributedString)
The candidate string that the user moved to.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.InputMethodKit (Module: Monobjc.InputMethodKit)