C# 클래스 ClanceysLib.ComboBoxElement

상속: MonoTouch.Dialog.StringElement
파일 보기 프로젝트 열기: Clancey/ClanceyLib

보호된 프로퍼티들

프로퍼티 타입 설명
ComboBox UIComboBox

공개 메소드들

메소드 설명
ComboBoxElement ( string caption, object Items, string DisplayMember ) : System
ComboBoxElement ( string caption, string values ) : System
Deselected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

메소드 상세

ComboBoxElement() 공개 메소드

public ComboBoxElement ( string caption, object Items, string DisplayMember ) : System
caption string
Items object
DisplayMember string
리턴 System

ComboBoxElement() 공개 메소드

public ComboBoxElement ( string caption, string values ) : System
caption string
values string
리턴 System

Deselected() 공개 메소드

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

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

프로퍼티 상세

ComboBox 보호되어 있는 프로퍼티

protected UIComboBox,ClanceysLib ComboBox
리턴 UIComboBox