MonobjcMonobjc Documented Class Library
AllowedInputSourceLocales Property
NamespacesMonobjc.AppKitNSTextViewAllowedInputSourceLocales

Returns an array of locale identifiers representing input sources that are allowed to be enabled when the receiver has the keyboard focus.

Original signature is '- (NSArray *)allowedInputSourceLocales'

Available in Mac OS X v10.5 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), 10.5 (For Mac OS X 10.5 and later)

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