프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Alignment | UITextAlignment | ||
Color | UIColor | ||
TitleColor | UIColor |
메소드 | 설명 | |
---|---|---|
ButtonElement ( string caption, UIColor color ) : System | ||
ButtonElement ( string caption, UIColor color, NSAction tapped ) : System | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
Selected ( |
||
Summary ( ) : string |
public ButtonElement ( string caption, UIColor color ) : System | ||
caption | string | |
color | UIColor | |
리턴 | System |
public ButtonElement ( string caption, UIColor color, NSAction tapped ) : System | ||
caption | string | |
color | UIColor | |
tapped | NSAction | |
리턴 | System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
리턴 | UITableViewCell |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |