메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 | |
리턴 | void |
public OpenPanel ( |
||
native_object | ||
리턴 | System |
public RunModal ( string directory, string filename, string fileTypes ) : int | ||
directory | string | |
filename | string | |
fileTypes | string | |
리턴 | int |