C# Class MonoTouch.Dialog.iPhoneBooleanElement

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

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
iPhoneBooleanElement ( string caption, bool value ) : System

Method Details

GetCell() public method

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

iPhoneBooleanElement() public method

public iPhoneBooleanElement ( string caption, bool value ) : System
caption string
value bool
return System