C# 클래스 Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher

상속: NSObject
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
NSApplicationSheetDispatcher ( ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

NSApplicationSheetDispatcher ( IntPtr nativePointer ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

NSApplicationSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System

Initializes a new instance of the NSApplicationSheetDispatcher class.

비공개 메소드들

메소드 설명
SheetDidEndReturnCodeContextInfo ( NSWindow sheet, NSInteger returnCode, IntPtr contextInfo ) : void

메소드 상세

NSApplicationSheetDispatcher() 공개 메소드

Initializes a new instance of the NSApplicationSheetDispatcher class.
public NSApplicationSheetDispatcher ( ) : System
리턴 System

NSApplicationSheetDispatcher() 공개 메소드

Initializes a new instance of the NSApplicationSheetDispatcher class.
public NSApplicationSheetDispatcher ( IntPtr nativePointer ) : System
nativePointer System.IntPtr The native pointer.
리턴 System

NSApplicationSheetDispatcher() 공개 메소드

Initializes a new instance of the NSApplicationSheetDispatcher class.
public NSApplicationSheetDispatcher ( SheetDidEndReturnCodeContextInfoEventHandler modalDelegate ) : System
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The modal delegate.
리턴 System