MonobjcMonobjc Documented Class Library
Modes Method (sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerModes(Id)

Returns the modes dictionary associated with the input method.

Original signature is '- (NSDictionary*)modes:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary Modes(
	Id sender
)
Public Overridable Function Modes ( _
	sender As Id _
) As NSDictionary
public:
virtual NSDictionary^ Modes(
	Id^ sender
)
Parameters
sender (Id)
The client object requesting the modes dictionary.
Return Value
The modes dictionary associated with the input method. The dictionary 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)