Method | Description | |
---|---|---|
AddButtonWithTitle ( string buttonTitle ) : |
||
Alert ( ) : System | ||
Alert ( |
||
AlertWithMessage ( string messageTitle, string defaultButtonTitle, string alternateButtonTitle, string otherButtonTitle, string informativeText ) : |
||
BeginSheet ( Cocoa theWindow, AlertHandler modalDelegate, System contextInfo ) : void | ||
RunModal ( ) : int |
public AddButtonWithTitle ( string buttonTitle ) : |
||
buttonTitle | string | |
return |
public Alert ( |
||
native_object | ||
return | System |
public static AlertWithMessage ( string messageTitle, string defaultButtonTitle, string alternateButtonTitle, string otherButtonTitle, string informativeText ) : |
||
messageTitle | string | |
defaultButtonTitle | string | |
alternateButtonTitle | string | |
otherButtonTitle | string | |
informativeText | string | |
return |
public BeginSheet ( Cocoa theWindow, AlertHandler modalDelegate, System contextInfo ) : void | ||
theWindow | Cocoa | |
modalDelegate | AlertHandler | |
contextInfo | System | |
return | void |