MonobjcMonobjc Documented Class Library
TextView Property
NamespacesMonobjc.AppKitNSTextContainerTextView

Returns the receiver’s text view.

Original signature is '- (NSTextView *)textView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTextView TextView { get; set; }
Public Overridable Property TextView As NSTextView
	Get
	Set
public:
virtual property NSTextView^ TextView {
	NSTextView^ get ();
	void set (NSTextView^ 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)