MonobjcMonobjc Documented Class Library
ComposedString Method (sender)
NamespacesMonobjc.InputMethodKitIIMKServerInputComposedString(Id)

Return the current composed string.

Original signature is '- (id)composedString:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id ComposedString(
	Id sender
)
Function ComposedString ( _
	sender As Id _
) As Id
Id^ ComposedString(
	Id^ sender
)
Parameters
sender (Id)
The client object requesting the string.
Return Value
The current composed string, which can be an NSString or NSAttributedString object. 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)