MonobjcMonobjc Documented Class Library
AcceptsGlyphInfo Property
NamespacesMonobjc.AppKitNSTextInputContextAcceptsGlyphInfo

A Boolean value that indicates whether the client handles NSGlyphInfoAttributeName or not.

Original signature is '@property BOOL acceptsGlyphInfo;'

Available in Mac OS X v10.6 and later.

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

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