MonobjcMonobjc Documented Class Library
AllowedInputSourceLocales Property
NamespacesMonobjc.AppKitNSTextInputContextAllowedInputSourceLocales

The set of keyboard input source locales allowed when this input context is active.

Original signature is '@property(copy) NSArray *allowedInputSourceLocales;'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray AllowedInputSourceLocales { get; set; }
Public Overridable Property AllowedInputSourceLocales As NSArray
	Get
	Set
public:
virtual property NSArray^ AllowedInputSourceLocales {
	NSArray^ get ();
	void set (NSArray^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)