MonoMac.AppKit.NSText Members

The members of MonoMac.AppKit.NSText are listed below.

See Also: Inherited members from MonoMac.AppKit.NSView

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
Initializes the NSText with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AlignmentNSTextAlignment. Documentation for this section has not yet been entered.
BackgroundColorNSColor. Documentation for this section has not yet been entered.
BaseWritingDirectionNSWritingDirection. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSTextDelegate. An instance of the MonoMac.AppKit.NSTextDelegate model class which acts as the class delegate.
DrawsBackgroundbool. Documentation for this section has not yet been entered.
Editablebool. Documentation for this section has not yet been entered.
FieldEditorbool. Documentation for this section has not yet been entered.
FontNSFont. Documentation for this section has not yet been entered.
HorizontallyResizablebool. Documentation for this section has not yet been entered.
ImportsGraphicsbool. Documentation for this section has not yet been entered.
[read-only]
IsRulerVisiblebool. Documentation for this section has not yet been entered.
MaxSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
MinSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
RichTextbool. Documentation for this section has not yet been entered.
Selectablebool. Documentation for this section has not yet been entered.
SelectedRangeMonoMac.Foundation.NSRange. Documentation for this section has not yet been entered.
TextColorNSColor. Documentation for this section has not yet been entered.
TextShouldBeginEditingNSTextPredicate. Delegate invoked by the object to get a value.
TextShouldEndEditingNSTextPredicate. Delegate invoked by the object to get a value.
UsesFontPanelbool. Documentation for this section has not yet been entered.
Valuestring. Documentation for this section has not yet been entered.
VerticallyResizablebool. Documentation for this section has not yet been entered.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AlignCenter(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
AlignLeft(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
AlignRight(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
ChangeFont(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
CheckSpelling(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Copy(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
CopyFont(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
CopyRuler(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Cut(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Delete(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
FromRtfdFile(string) : bool
Documentation for this section has not yet been entered.
Paste(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
PasteFont(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
PasteRuler(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Replace(MonoMac.Foundation.NSRange, string)
Documentation for this section has not yet been entered.
ReplaceWithRtf(MonoMac.Foundation.NSRange, MonoMac.Foundation.NSData)
Documentation for this section has not yet been entered.
ReplaceWithRtfd(MonoMac.Foundation.NSRange, MonoMac.Foundation.NSData)
Documentation for this section has not yet been entered.
RtfdFromRange(MonoMac.Foundation.NSRange) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
RtfFromRange(MonoMac.Foundation.NSRange) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
ScrollRangeToVisible(MonoMac.Foundation.NSRange)
Documentation for this section has not yet been entered.
SelectAll(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SetFont(NSFont, MonoMac.Foundation.NSRange)
Documentation for this section has not yet been entered.
SetTextColor(NSColor, MonoMac.Foundation.NSRange)
Documentation for this section has not yet been entered.
ShowGuessPanel(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
SizeToFit()
Documentation for this section has not yet been entered.
Subscript(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Superscript(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
ToggleRuler(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Underline(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Unscript(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
WriteRtfd(string, bool) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSText object.

Public Events

TextDidBeginEditingEvent raised by the object.
TextDidChangeEvent raised by the object.
TextDidEndEditingEvent raised by the object.