C# Class Cocoa.OpenPanel

Inheritance: SavePanel
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

Méthode Description
BeginSheet ( Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void
BeginSheet ( string directory, string filename, string fileTypes, Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void
OpenPanel ( ) : System
OpenPanel ( IntPtr native_object ) : System
RunModal ( string fileTypes ) : int
RunModal ( string directory, string filename, string fileTypes ) : int

Method Details

BeginSheet() public méthode

public BeginSheet ( Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void
docWindow Cocoa
modalDelegate OpenPanelHandler
contextInfo System
Résultat void

BeginSheet() public méthode

public BeginSheet ( string directory, string filename, string fileTypes, Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void
directory string
filename string
fileTypes string
docWindow Cocoa
modalDelegate OpenPanelHandler
contextInfo System
Résultat void

OpenPanel() public méthode

public OpenPanel ( ) : System
Résultat System

OpenPanel() public méthode

public OpenPanel ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

RunModal() public méthode

public RunModal ( string fileTypes ) : int
fileTypes string
Résultat int

RunModal() public méthode

public RunModal ( string directory, string filename, string fileTypes ) : int
directory string
filename string
fileTypes string
Résultat int