C# Class MonoTouch.Dialog.HtmlElement

Used to display a cell that will launch a web browser when selected.
Inheritance: Element
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
HtmlElement ( string caption, NSUrl url ) : System
HtmlElement ( string caption, string url ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

HtmlElement() public méthode

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
Résultat System

HtmlElement() public méthode

public HtmlElement ( string caption, string url ) : System
caption string
url string
Résultat System

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void