C# 클래스 MonoTouch.Dialog.ListBoxElement

상속: Section
파일 보기 프로젝트 열기: escoz/MonoTouch.MVVM 1 사용 예제들

공개 메소드들

메소드 설명
ListBoxElement ( ) : System
ListBoxElement ( UIView header ) : System
ListBoxElement ( UIView header, UIView footer ) : System
ListBoxElement ( string caption ) : System
ListBoxElement ( string caption, string footer ) : System

메소드 상세

ListBoxElement() 공개 메소드

public ListBoxElement ( ) : System
리턴 System

ListBoxElement() 공개 메소드

public ListBoxElement ( UIView header ) : System
header UIView
리턴 System

ListBoxElement() 공개 메소드

public ListBoxElement ( UIView header, UIView footer ) : System
header UIView
footer UIView
리턴 System

ListBoxElement() 공개 메소드

public ListBoxElement ( string caption ) : System
caption string
리턴 System

ListBoxElement() 공개 메소드

public ListBoxElement ( string caption, string footer ) : System
caption string
footer string
리턴 System