C# Class MonoTouch.Dialog.WebElement

Inheritance: Element
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Selected() public méthode

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

WebElement() public méthode

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

WebElement() public méthode

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