Method | 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 ( |
||
RunModal ( string fileTypes ) : int | ||
RunModal ( string directory, string filename, string fileTypes ) : int |
public BeginSheet ( Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void | ||
docWindow | Cocoa | |
modalDelegate | OpenPanelHandler | |
contextInfo | System | |
return | void |
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 | |
return | void |
public OpenPanel ( |
||
native_object | ||
return | System |
public RunModal ( string directory, string filename, string fileTypes ) : int | ||
directory | string | |
filename | string | |
fileTypes | string | |
return | int |