C# 클래스 MonoTouch.Dialog.ImageStringElement

상속: StringElement
파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

ImageStringElement() 공개 메소드

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

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
리턴 System

ImageStringElement() 공개 메소드

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