MonoMac.AppKit.NSAlert Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

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

Public Properties

AccessoryViewNSView. Documentation for this section has not yet been entered.
AlertStyleNSAlertStyle. Documentation for this section has not yet been entered.
[read-only]
ButtonsNSButton[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateNSAlertDelegate. An instance of the MonoMac.AppKit.NSAlertDelegate model class which acts as the class delegate.
HelpAnchorstring. Documentation for this section has not yet been entered.
IconNSImage. Documentation for this section has not yet been entered.
InformativeTextstring. Documentation for this section has not yet been entered.
MessageTextstring. Documentation for this section has not yet been entered.
ShowHelpNSAlertPredicate. Delegate invoked by the object to get a value.
ShowsHelpbool. Documentation for this section has not yet been entered.
ShowsSuppressionButtonbool. Documentation for this section has not yet been entered.
[read-only]
SuppressionButtonNSButton. Documentation for this section has not yet been entered.
[read-only]
WindowNSPanel. Documentation for this section has not yet been entered.

Public Methods

AddButton(string) : NSButton
Documentation for this section has not yet been entered.
BeginSheet(NSWindow)
Documentation for this section has not yet been entered.
BeginSheet(NSWindow, MonoMac.Foundation.NSAction)
Documentation for this section has not yet been entered.
BeginSheet(NSWindow, Action<int>)
Documentation for this section has not yet been entered.
BeginSheet(NSWindow, MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector, IntPtr)
Documentation for this section has not yet been entered.
Layout()
Documentation for this section has not yet been entered.
RunModal() : int
Documentation for this section has not yet been entered.
RunSheetModal(NSWindow) : int
Documentation for this section has not yet been entered.
RunSheetModal(NSWindow, NSApplication) : int
Documentation for this section has not yet been entered.
static
WithError(MonoMac.Foundation.NSError) : NSAlert
Documentation for this section has not yet been entered.
static
WithMessage(string, string, string, string, string) : NSAlert
Documentation for this section has not yet been entered.

Protected Methods

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