MonoMac.AppKit.NSTextField Members

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

See Also: Inherited members from MonoMac.AppKit.NSControl

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 NSTextField with the specified frame.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AllowsEditingTextAttributesbool. Documentation for this section has not yet been entered.
BackgroundColorNSColor. Documentation for this section has not yet been entered.
Bezeledbool. Documentation for this section has not yet been entered.
BezelStyleNSTextFieldBezelStyle. Documentation for this section has not yet been entered.
Borderedbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSTextFieldDelegate. An instance of the MonoMac.AppKit.NSTextFieldDelegate model class which acts as the class delegate.
DidFailToFormatStringNSControlTextError. Delegate invoked by the object to get a value.
DoCommandBySelectorNSControlCommand. Delegate invoked by the object to get a value.
DrawsBackgroundbool. Documentation for this section has not yet been entered.
Editablebool. Documentation for this section has not yet been entered.
GetCompletionsNSControlTextFilter. Delegate invoked by the object to get a value.
ImportsGraphicsbool. Documentation for this section has not yet been entered.
IsValidObjectNSControlTextValidation. Delegate invoked by the object to get a value.
Selectablebool. Documentation for this section has not yet been entered.
TextColorNSColor. Documentation for this section has not yet been entered.
TextShouldBeginEditingNSControlText. Delegate invoked by the object to get a value.
TextShouldEndEditingNSControlText. Delegate invoked by the object to get a value.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

AcceptsFirstResponder() : bool
Documentation for this section has not yet been entered.
DidBeginEditing(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidChange(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidEndEditing(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
SelectText(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
ShouldBeginEditing(NSText) : bool
Documentation for this section has not yet been entered.
ShouldEndEditing(NSText) : bool
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

ChangedEvent raised by the object.
DidFailToValidatePartialStringEvent raised by the object.
EditingBeganEvent raised by the object.
EditingEndedEvent raised by the object.