MonobjcMonobjc Documented Class Library
IsSimpleRectangularTextContainer Property
NamespacesMonobjc.AppKitNSTextContainerIsSimpleRectangularTextContainer

Overridden by subclasses to return whether the receiver’s region is a rectangle with no holes or gaps and whose edges are parallel to the text view's coordinate system axes.

Original signature is '- (BOOL)isSimpleRectangularTextContainer'

Available in Mac OS X v10.0 and later.

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