C# 클래스 MonoTouch.Dialog.OwnerDrawnElement.OwnerDrawnCell

상속: UITableViewCell
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms

공개 메소드들

메소드 설명
LayoutSubviews ( ) : void
OwnerDrawnCell ( UITableViewCellStyle style, string cellReuseIdentifier ) : System
PrepareForReuse ( ) : void

메소드 상세

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

OwnerDrawnCell() 공개 메소드

public OwnerDrawnCell ( UITableViewCellStyle style, string cellReuseIdentifier ) : System
style UITableViewCellStyle
cellReuseIdentifier string
리턴 System

PrepareForReuse() 공개 메소드

public PrepareForReuse ( ) : void
리턴 void