C# Класс android.app.AlertDialog

Наследование: android.app.Dialog, android.content.DialogInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getButton ( int arg0 ) : global::android.widget.Button
getListView ( ) : global::android.widget.ListView
onKeyDown ( int arg0, android arg1 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
setButton ( int arg0, java arg1, android arg2 ) : void
setButton ( int arg0, string arg1, android arg2 ) : void
setButton ( int arg0, string arg1, global arg2 ) : void
setButton ( java arg0, android arg1 ) : void
setButton ( string arg0, android arg1 ) : void
setButton ( string arg0, global arg1 ) : void
setButton2 ( java arg0, android arg1 ) : void
setButton2 ( string arg0, android arg1 ) : void
setButton2 ( string arg0, global arg1 ) : void
setButton3 ( java arg0, android arg1 ) : void
setButton3 ( string arg0, android arg1 ) : void
setButton3 ( string arg0, global arg1 ) : void
setCustomTitle ( android arg0 ) : void
setIcon ( android arg0 ) : void
setIcon ( int arg0 ) : void
setInverseBackgroundForced ( bool arg0 ) : void
setMessage ( java arg0 ) : void
setMessage ( string arg0 ) : void
setTitle ( java arg0 ) : void
setTitle ( string arg0 ) : void
setView ( android arg0 ) : void
setView ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void

Защищенные методы

Метод Описание
AlertDialog ( android arg0 )
AlertDialog ( android arg0, bool arg1, android arg2 )
AlertDialog ( android arg0, int arg1 )
AlertDialog ( global @__env )
onCreate ( android arg0 ) : void

Приватные методы

Метод Описание
AlertDialog ( )

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

AlertDialog() защищенный метод

protected AlertDialog ( android arg0 )
arg0 android

AlertDialog() защищенный метод

protected AlertDialog ( android arg0, bool arg1, android arg2 )
arg0 android
arg1 bool
arg2 android

AlertDialog() защищенный метод

protected AlertDialog ( android arg0, int arg1 )
arg0 android
arg1 int

AlertDialog() защищенный метод

protected AlertDialog ( global @__env )
@__env global

getButton() публичный метод

public getButton ( int arg0 ) : global::android.widget.Button
arg0 int
Результат global::android.widget.Button

getListView() публичный метод

public getListView ( ) : global::android.widget.ListView
Результат global::android.widget.ListView

onCreate() защищенный метод

protected onCreate ( android arg0 ) : void
arg0 android
Результат void

onKeyDown() публичный метод

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

onKeyUp() публичный метод

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Результат bool

setButton() публичный метод

public setButton ( int arg0, java arg1, android arg2 ) : void
arg0 int
arg1 java
arg2 android
Результат void

setButton() публичный метод

public setButton ( int arg0, string arg1, android arg2 ) : void
arg0 int
arg1 string
arg2 android
Результат void

setButton() публичный метод

public setButton ( int arg0, string arg1, global arg2 ) : void
arg0 int
arg1 string
arg2 global
Результат void

setButton() публичный метод

public setButton ( java arg0, android arg1 ) : void
arg0 java
arg1 android
Результат void

setButton() публичный метод

public setButton ( string arg0, android arg1 ) : void
arg0 string
arg1 android
Результат void

setButton() публичный метод

public setButton ( string arg0, global arg1 ) : void
arg0 string
arg1 global
Результат void

setButton2() публичный метод

public setButton2 ( java arg0, android arg1 ) : void
arg0 java
arg1 android
Результат void

setButton2() публичный метод

public setButton2 ( string arg0, android arg1 ) : void
arg0 string
arg1 android
Результат void

setButton2() публичный метод

public setButton2 ( string arg0, global arg1 ) : void
arg0 string
arg1 global
Результат void

setButton3() публичный метод

public setButton3 ( java arg0, android arg1 ) : void
arg0 java
arg1 android
Результат void

setButton3() публичный метод

public setButton3 ( string arg0, android arg1 ) : void
arg0 string
arg1 android
Результат void

setButton3() публичный метод

public setButton3 ( string arg0, global arg1 ) : void
arg0 string
arg1 global
Результат void

setCustomTitle() публичный метод

public setCustomTitle ( android arg0 ) : void
arg0 android
Результат void

setIcon() публичный метод

public setIcon ( android arg0 ) : void
arg0 android
Результат void

setIcon() публичный метод

public setIcon ( int arg0 ) : void
arg0 int
Результат void

setInverseBackgroundForced() публичный метод

public setInverseBackgroundForced ( bool arg0 ) : void
arg0 bool
Результат void

setMessage() публичный метод

public setMessage ( java arg0 ) : void
arg0 java
Результат void

setMessage() публичный метод

public setMessage ( string arg0 ) : void
arg0 string
Результат void

setTitle() публичный метод

public setTitle ( java arg0 ) : void
arg0 java
Результат void

setTitle() публичный метод

public setTitle ( string arg0 ) : void
arg0 string
Результат void

setView() публичный метод

public setView ( android arg0 ) : void
arg0 android
Результат void

setView() публичный метод

public setView ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Результат void