C# Class MonoTouch.Dialog.ImageStringElement

Inheritance: StringElement
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System

Method Details

GetCell() public méthode

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

ImageStringElement() public méthode

public ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System
caption string
tapped NSAction
image UIImage
Résultat System

ImageStringElement() public méthode

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
Résultat System

ImageStringElement() public méthode

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
Résultat System