C# Class MonoTouch.Dialog.ImageStringElement

Inheritance: StringElement
显示文件 Open project: nicwise/londonbikeapp Class Usage Examples

Public Methods

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

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

ImageStringElement() public method

public ImageStringElement ( string caption, NSAction tapped, UIImage image ) : System
caption string
tapped NSAction
image UIImage
return System

ImageStringElement() public method

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
return System

ImageStringElement() public method

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
return System