MonoMac.AppKit.NSSavePanel Members

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

See Also: Inherited members from MonoMac.AppKit.NSPanel

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.
AllowedFileTypesstring[]. Documentation for this section has not yet been entered.
AllowsOtherFileTypesbool. Documentation for this section has not yet been entered.
CanCreateDirectoriesbool. Documentation for this section has not yet been entered.
CanSelectHiddenExtensionbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CompareFilenamesNSOpenSaveCompare. Delegate invoked by the object to get a value.
DelegateNSOpenSavePanelDelegate. An instance of the MonoMac.AppKit.NSOpenSavePanelDelegate model class which acts as the class delegate.
Directorystring. Documentation for this section has not yet been entered.
DirectoryUrlMonoMac.Foundation.NSUrl. Documentation for this section has not yet been entered.
ExtensionHiddenbool. Documentation for this section has not yet been entered.
[read-only]
Filenamestring. Documentation for this section has not yet been entered.
[read-only]
IsExpandedbool. Documentation for this section has not yet been entered.
IsValidFilenameNSOpenSaveFilename. Delegate invoked by the object to get a value.
Messagestring. Documentation for this section has not yet been entered.
NameFieldLabelstring. Documentation for this section has not yet been entered.
NameFieldStringValuestring. Documentation for this section has not yet been entered.
Promptstring. Documentation for this section has not yet been entered.
RequiredFileTypestring. Documentation for this section has not yet been entered.
[read-only]
static
SavePanelNSSavePanel. Documentation for this section has not yet been entered.
ShouldEnableUrlNSOpenSavePanelUrl. Delegate invoked by the object to get a value.
ShouldShowFilenameNSOpenSaveFilename. Delegate invoked by the object to get a value.
ShowsHiddenFilesbool. Documentation for this section has not yet been entered.
Titlestring. Documentation for this section has not yet been entered.
TreatsFilePackagesAsDirectoriesbool. Documentation for this section has not yet been entered.
[read-only]
UrlMonoMac.Foundation.NSUrl. Documentation for this section has not yet been entered.
UserEnteredFilenameNSOpenSaveFilenameConfirmation. Delegate invoked by the object to get a value.
ValidateUrlNSOpenSavePanelValidate. 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

Begin(NSSavePanelComplete)
Documentation for this section has not yet been entered.
Begin(string, string, NSWindow, MonoMac.Foundation.NSObject, MonoMac.ObjCRuntime.Selector, IntPtr)
Documentation for this section has not yet been entered.
BeginSheet(NSWindow, NSSavePanelComplete)
Documentation for this section has not yet been entered.
Cancel(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Ok(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
RunModal() : int
Documentation for this section has not yet been entered.
RunModal(string, string) : int
Documentation for this section has not yet been entered.
ValidateVisibleColumns()
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

DidChangeToDirectoryEvent raised by the object.
DirectoryDidChangeEvent raised by the object.
SelectionDidChangeEvent raised by the object.
WillExpandEvent raised by the object.