C# Class Monobjc.AppKit.NSOpenPanel

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Méthode Description
BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString path, NSString name, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void

Private Methods

Méthode Description
BeginForDirectoryFileTypesModelessDelegateDidEndSelectorContextInfo ( NSString absoluteDirectoryPath, NSString filename, NSArray fileTypes, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void
BeginSheetForDirectoryFileTypesModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString absoluteDirectoryPath, NSString filename, NSArray fileTypes, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void

Method Details

BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo() public méthode

public BeginSheetForDirectoryFileModalForWindowModalDelegateDidEndSelectorContextInfo ( NSString path, NSString name, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modelessDelegate, IntPtr contextInfo ) : void
path Monobjc.Foundation.NSString
name Monobjc.Foundation.NSString
docWindow NSWindow
modelessDelegate SheetDidEndReturnCodeContextInfoEventHandler
contextInfo System.IntPtr
Résultat void