C# 클래스 Cocoa.Alert

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

공개 메소드들

메소드 설명
AddButtonWithTitle ( string buttonTitle ) : Button
Alert ( ) : System
Alert ( IntPtr native_object ) : System
AlertWithMessage ( string messageTitle, string defaultButtonTitle, string alternateButtonTitle, string otherButtonTitle, string informativeText ) : Alert
BeginSheet ( Cocoa theWindow, AlertHandler modalDelegate, System contextInfo ) : void
RunModal ( ) : int

메소드 상세

AddButtonWithTitle() 공개 메소드

public AddButtonWithTitle ( string buttonTitle ) : Button
buttonTitle string
리턴 Button

Alert() 공개 메소드

public Alert ( ) : System
리턴 System

Alert() 공개 메소드

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

AlertWithMessage() 공개 정적인 메소드

public static AlertWithMessage ( string messageTitle, string defaultButtonTitle, string alternateButtonTitle, string otherButtonTitle, string informativeText ) : Alert
messageTitle string
defaultButtonTitle string
alternateButtonTitle string
otherButtonTitle string
informativeText string
리턴 Alert

BeginSheet() 공개 메소드

public BeginSheet ( Cocoa theWindow, AlertHandler modalDelegate, System contextInfo ) : void
theWindow Cocoa
modalDelegate AlertHandler
contextInfo System
리턴 void

RunModal() 공개 메소드

public RunModal ( ) : int
리턴 int