C# 클래스 MonoMobile.Forms.ButtonElement

상속: MonoTouch.Dialog.StringElement
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Action ControllerAction

공개 메소드들

메소드 설명
ButtonElement ( string caption, ControllerAction action ) : System
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

메소드 상세

ButtonElement() 공개 메소드

public ButtonElement ( string caption, ControllerAction action ) : System
caption string
action ControllerAction
리턴 System

GetCell() 공개 메소드

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

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
리턴 void

프로퍼티 상세

Action 공개적으로 프로퍼티

public ControllerAction,MonoMobile.Forms Action
리턴 ControllerAction