C# Class MonoTouch.Dialog.ListBoxElement

Inheritance: Section
显示文件 Open project: escoz/MonoTouch.MVVM Class Usage Examples

Public Methods

Method Description
ListBoxElement ( ) : System
ListBoxElement ( UIView header ) : System
ListBoxElement ( UIView header, UIView footer ) : System
ListBoxElement ( string caption ) : System
ListBoxElement ( string caption, string footer ) : System

Method Details

ListBoxElement() public method

public ListBoxElement ( ) : System
return System

ListBoxElement() public method

public ListBoxElement ( UIView header ) : System
header UIView
return System

ListBoxElement() public method

public ListBoxElement ( UIView header, UIView footer ) : System
header UIView
footer UIView
return System

ListBoxElement() public method

public ListBoxElement ( string caption ) : System
caption string
return System

ListBoxElement() public method

public ListBoxElement ( string caption, string footer ) : System
caption string
footer string
return System