MonobjcMonobjc Documented Class Library
SetValueForTagClient Method (value, tag, sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerSetValueForTagClient(Id, NSInteger, Id)

Set the value for the provided key.

Original signature is '- (void)setValue:(id)value forTag:(long)tag client:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetValueForTagClient(
	Id value,
	NSInteger tag,
	Id sender
)
Public Overridable Sub SetValueForTagClient ( _
	value As Id, _
	tag As NSInteger, _
	sender As Id _
)
public:
virtual void SetValueForTagClient(
	Id^ value, 
	NSInteger tag, 
	Id^ sender
)
Parameters
value (Id)
The value, specified as the appropriate object (such as NSNumber), to set.
tag (NSInteger)
The key whose value you want to set.
sender (Id)
The client setting the value.
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)