MonobjcMonobjc Documented Class Library
SupportsUnicode Property
NamespacesMonobjc.InputMethodKitIIMKTextInputSupportsUnicode

Tests to see if the current input session supports Unicode text.

Original signature is '-(BOOL)supportsUnicode'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool SupportsUnicode { get; }
ReadOnly Property SupportsUnicode As Boolean
	Get
property bool SupportsUnicode {
	bool get ();
}
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)