MonobjcMonobjc Documented Class Library
SelectionKeysKeylayout Property
NamespacesMonobjc.InputMethodKitIMKCandidatesSelectionKeysKeylayout

Returns the key layout that maps virtual key codes to selection keys.

Original signature is '- (TISInputSourceRef)selectionKeysKeylayout'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr SelectionKeysKeylayout { get; set; }
Public Overridable Property SelectionKeysKeylayout As IntPtr
	Get
	Set
public:
virtual property IntPtr SelectionKeysKeylayout {
	IntPtr get ();
	void set (IntPtr 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)