프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ComboBox |
메소드 | 설명 | |
---|---|---|
ComboBoxElement ( string caption, object Items, string DisplayMember ) : System | ||
ComboBoxElement ( string caption, string values ) : System | ||
Deselected ( |
||
GetCell ( UITableView tv ) : UITableViewCell | ||
Selected ( |
public ComboBoxElement ( string caption, object Items, string DisplayMember ) : System | ||
caption | string | |
Items | object | |
DisplayMember | string | |
리턴 | System |
public ComboBoxElement ( string caption, string values ) : System | ||
caption | string | |
values | string | |
리턴 | System |
public Deselected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
리턴 | void |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
리턴 | UITableViewCell |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
리턴 | void |