C# Class MonoTouch.Dialog.HtmlElement

Used to display a cell that will launch a web browser when selected.
Inheritance: Element
显示文件 Open project: nicwise/londonbikeapp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

HtmlElement() public method

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
return System

HtmlElement() public method

public HtmlElement ( string caption, string url ) : System
caption string
url string
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void