C# 클래스 Monobjc.AppKit.NSAlert

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( NSWindow window, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void

Runs the receiver modally as an alert sheet attached to a specified window.

Original signature is '- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.3 and later.

메소드 상세

BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo() 공개 메소드

Runs the receiver modally as an alert sheet attached to a specified window.

Original signature is '- (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector contextInfo:(void *)contextInfo'

Available in Mac OS X v10.3 and later.

public BeginSheetModalForWindowModalDelegateDidEndSelectorContextInfo ( NSWindow window, SheetDidEndReturnCodeContextInfoEventHandler modalDelegate, IntPtr contextInfo ) : void
window NSWindow The parent window for the sheet.
modalDelegate SheetDidEndReturnCodeContextInfoEventHandler The delegate for the modal-dialog session.
contextInfo System.IntPtr Contextual data passed to modalDelegate in didEndSelector message.
리턴 void