C# Класс MonoTouch.Dialog.ListBoxElement

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

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

Метод Описание
ListBoxElement ( ) : System
ListBoxElement ( UIView header ) : System
ListBoxElement ( UIView header, UIView footer ) : System
ListBoxElement ( string caption ) : System
ListBoxElement ( string caption, string footer ) : System

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

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

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

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

public ListBoxElement ( UIView header ) : System
header UIView
Результат System

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

public ListBoxElement ( UIView header, UIView footer ) : System
header UIView
footer UIView
Результат System

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

public ListBoxElement ( string caption ) : System
caption string
Результат System

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

public ListBoxElement ( string caption, string footer ) : System
caption string
footer string
Результат System