C# Class MonoTouch.Dialog.WebElement

Inheritance: Element
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
WebElement ( string caption, NSUrl url ) : System
WebElement ( string caption, string url ) : System

Method Details

GetCell() public method

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

Selected() public method

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

WebElement() public method

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

WebElement() public method

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