C# Класс Cocoa.Alert

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

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

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