MonobjcMonobjc Documented Class Library
DoCommandBySelectorCommandDictionary Method (aSelector, infoDictionary)
NamespacesMonobjc.InputMethodKitIMKInputControllerDoCommandBySelectorCommandDictionary(IntPtr, NSDictionary)

Passes commands that are not generated as part of the text input process.

Original signature is '- (void)doCommandBySelector:(SEL)aSelector commandDictionary:(NSDictionary*)infoDictionary'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DoCommandBySelectorCommandDictionary(
	IntPtr aSelector,
	NSDictionary infoDictionary
)
Public Overridable Sub DoCommandBySelectorCommandDictionary ( _
	aSelector As IntPtr, _
	infoDictionary As NSDictionary _
)
public:
virtual void DoCommandBySelectorCommandDictionary(
	IntPtr aSelector, 
	NSDictionary^ infoDictionary
)
Parameters
aSelector (IntPtr)
A selector that represents a command from the text input menu.
infoDictionary (NSDictionary)
A dictionary that contains two key-value pairs:
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)