MonobjcMonobjc Documented Class Library
SelectInputMode Method (modeIdentifier)
NamespacesMonobjc.InputMethodKitIIMKTextInputSelectInputMode(NSString)

Selects a new input mode.

Original signature is '-(void)selectInputMode:(NSString*)modeIdentifier'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
void SelectInputMode(
	NSString modeIdentifier
)
Sub SelectInputMode ( _
	modeIdentifier As NSString _
)
void SelectInputMode(
	NSString^ modeIdentifier
)
Parameters
modeIdentifier (NSString)
An NSString object with a DNS format, such as: com.<company name> .inputmethod.<some name>. The identifier should match one of the keys in the component input mode dictionary.
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)