C# Class MonoTouch.Dialog.ListBoxElement

Inheritance: Section
Afficher le fichier Open project: escoz/MonoTouch.MVVM Class Usage Examples

Méthodes publiques

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

public ListBoxElement ( ) : System
Résultat System

ListBoxElement() public méthode

public ListBoxElement ( UIView header ) : System
header UIView
Résultat System

ListBoxElement() public méthode

public ListBoxElement ( UIView header, UIView footer ) : System
header UIView
footer UIView
Résultat System

ListBoxElement() public méthode

public ListBoxElement ( string caption ) : System
caption string
Résultat System

ListBoxElement() public méthode

public ListBoxElement ( string caption, string footer ) : System
caption string
footer string
Résultat System