MonobjcMonobjc Documented Class Library
UniqueSpellDocumentTag Property
NamespacesMonobjc.AppKitNSSpellCheckerUniqueSpellDocumentTag

Returns a guaranteed unique tag to use as the spell-document tag for a document.

Original signature is '+ (NSInteger)uniqueSpellDocumentTag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSInteger UniqueSpellDocumentTag { get; }
Public Shared ReadOnly Property UniqueSpellDocumentTag As NSInteger
	Get
public:
static property NSInteger UniqueSpellDocumentTag {
	NSInteger 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.AppKit (Module: Monobjc.AppKit)