MonobjcMonobjc Documented Class Library
OriginalString Method (sender)
NamespacesMonobjc.InputMethodKitIIMKServerInputOriginalString(Id)

Return the a string that consists of the precomposed unicode characters.

Original signature is '- (NSAttributedString*)originalString:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSAttributedString OriginalString(
	Id sender
)
Function OriginalString ( _
	sender As Id _
) As NSAttributedString
NSAttributedString^ OriginalString(
	Id^ sender
)
Parameters
sender (Id)
The client object requesting the original string.
Return Value
The original string of precomposed unicode characters. If an input method stores the original input text, it returns that text. The return value is an attributed string so that the input method can restore changes they made to the font, and other attributes, if necessary. The returned object should be an autoreleased object.
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)