C# Класс Monobjc.AppKit.NSPrintPanel

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BeginSheetWithPrintInfoModalForWindowDelegateDidEndSelectorContextInfo ( NSPrintInfo printInfo, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void

Displays a Print panel sheet and runs it modally for the specified window.

Original signature is '- (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

Описание методов

BeginSheetWithPrintInfoModalForWindowDelegateDidEndSelectorContextInfo() публичный Метод

Displays a Print panel sheet and runs it modally for the specified window.

Original signature is '- (void)beginSheetWithPrintInfo:(NSPrintInfo *)printInfo modalForWindow:(NSWindow *)docWindow delegate:(id)modalDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.0 and later.

public BeginSheetWithPrintInfoModalForWindowDelegateDidEndSelectorContextInfo ( NSPrintInfo printInfo, NSWindow docWindow, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void
printInfo NSPrintInfo The printing information for the current job.
docWindow NSWindow The window on which to display the sheet.
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler A modal delegate object assigned to handle the closing of the Print panel sheet.
contextInfo System.IntPtr A pointer to context data the didEndSelector method needs to process the sheet. This data is user-defined and may be NULL.
Результат void