MonobjcMonobjc Documented Class Library
RichTextSource Property
NamespacesMonobjc.AppKitNSAppleScript_AppKitAdditionsRichTextSource

Returns the syntax-highlighted source code of the receiver if the receiver has been compiled and its source code is available.

Original signature is '- (NSAttributedString *)richTextSource'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAttributedString RichTextSource { get; }
Public Overridable ReadOnly Property RichTextSource As NSAttributedString
	Get
public:
virtual property NSAttributedString^ RichTextSource {
	NSAttributedString^ 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)