C# Класс FSO.Client.UI.Controls.UIAlertButton

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Handler ButtonClickDelegate
Text string
Type UIAlertButtonType

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

Метод Описание
UIAlertButton ( ) : System
UIAlertButton ( UIAlertButtonType type ) : System
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System
UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System

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

UIAlertButton() публичный Метод

public UIAlertButton ( ) : System
Результат System

UIAlertButton() публичный Метод

public UIAlertButton ( UIAlertButtonType type ) : System
type UIAlertButtonType
Результат System

UIAlertButton() публичный Метод

public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler ) : System
type UIAlertButtonType
handler ButtonClickDelegate
Результат System

UIAlertButton() публичный Метод

public UIAlertButton ( UIAlertButtonType type, ButtonClickDelegate handler, string text ) : System
type UIAlertButtonType
handler ButtonClickDelegate
text string
Результат System

Описание свойств

Handler публичное свойство

public ButtonClickDelegate Handler
Результат ButtonClickDelegate

Text публичное свойство

public string Text
Результат string

Type публичное свойство

public UIAlertButtonType Type
Результат UIAlertButtonType