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

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

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System

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

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

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

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

public ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System
caption string
tapped NSAction
image UIImage
Результат System

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

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
Результат System

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

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
Результат System