Returns a value object whose key is the provided tag.
Original signature is '- (id)valueForTag:(long)tag client:(id)sender'
Available in Mac OS X v10.5 and later.

Declaration Syntax
Public Overridable Function ValueForTagClient ( _
tag As NSInteger, _
sender As Id _
) As Id
public:
virtual Id^ ValueForTagClient(
NSInteger tag,
Id^ sender
)

Parameters
- tag (NSInteger)
- The key whose value you want to retrieve.
- sender (Id)
- The client requesting the value.

Return Value
The value object. The returned object should be autoreleased.

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)