C# Class Cocoa.SavePanel

Inheritance: Panel
Show file Open project: mono/cocoa-sharp

Public Methods

Method 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 method

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

RunModal() public method

public RunModal ( ) : int
return int

RunModal() public method

public RunModal ( string directory, string filename ) : int
directory string
filename string
return int

SavePanel() public method

public SavePanel ( ) : System
return System

SavePanel() public method

public SavePanel ( IntPtr native_object ) : System
native_object System.IntPtr
return System