C# 클래스 Cocoa.OpenPanel

상속: SavePanel
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
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

메소드 상세

BeginSheet() 공개 메소드

public BeginSheet ( Cocoa docWindow, OpenPanelHandler modalDelegate, System contextInfo ) : void
docWindow Cocoa
modalDelegate OpenPanelHandler
contextInfo System
리턴 void

BeginSheet() 공개 메소드

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

OpenPanel() 공개 메소드

public OpenPanel ( ) : System
리턴 System

OpenPanel() 공개 메소드

public OpenPanel ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

RunModal() 공개 메소드

public RunModal ( string fileTypes ) : int
fileTypes string
리턴 int

RunModal() 공개 메소드

public RunModal ( string directory, string filename, string fileTypes ) : int
directory string
filename string
fileTypes string
리턴 int