C# Класс Monobjc.AppKit.NSApplication.NSApplicationSheetDispatcher

Наследование: NSObject
Показать файл Открыть проект

Открытые методы

Метод Описание
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