C# Класс MonoMobile.Forms.ButtonElement

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

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

Свойство Тип Описание
Action ControllerAction

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

Метод Описание
ButtonElement ( string caption, ControllerAction action ) : System
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

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

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

public ButtonElement ( string caption, ControllerAction action ) : System
caption string
action ControllerAction
Результат System

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

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

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

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
Результат void

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

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

public ControllerAction,MonoMobile.Forms Action
Результат ControllerAction