C# Class Cocoa.SavePanel

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

Méthodes publiques

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

Method Details

BeginSheet() public méthode

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

RunModal() public méthode

public RunModal ( ) : int
Résultat int

RunModal() public méthode

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

SavePanel() public méthode

public SavePanel ( ) : System
Résultat System

SavePanel() public méthode

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