C# 클래스 Cocoa.SavePanel

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

공개 메소드들

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

메소드 상세

BeginSheet() 공개 메소드

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

RunModal() 공개 메소드

public RunModal ( ) : int
리턴 int

RunModal() 공개 메소드

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

SavePanel() 공개 메소드

public SavePanel ( ) : System
리턴 System

SavePanel() 공개 메소드

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