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.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary Modes( Id sender )
Public Overridable Function Modes ( _ sender As Id _ ) As NSDictionary
public: virtual NSDictionary^ Modes( Id^ sender )

- sender (Id)
- The client object requesting the modes dictionary.

The modes dictionary associated with the input method. The dictionary should be an autoreleased object.

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