MonobjcMonobjc Documented Class Library
InputTextClient Method (string, sender)
NamespacesMonobjc.InputMethodKitIIMKServerInputInputTextClient(NSString, Id)

Handles key down events that do not map to an action method.

Original signature is '- (BOOL)inputText:(NSString*)string client:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool InputTextClient(
	NSString string,
	Id sender
)
Function InputTextClient ( _
	string As NSString, _
	sender As Id _
) As Boolean
bool InputTextClient(
	NSString^ string, 
	Id^ sender
)
Parameters
string (NSString)
The key down event, which is the text input by the client.
sender (Id)
The client object sending the key down events.
Return Value
YES if the input is accepted; otherwise NO.
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)