C# 클래스 ClanceysLib.ButtonElement

상속: MonoTouch.Dialog.Element
파일 보기 프로젝트 열기: Clancey/ClanceyLib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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 ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
Summary ( ) : string

메소드 상세

ButtonElement() 공개 메소드

public ButtonElement ( string caption, UIColor color ) : System
caption string
color UIColor
리턴 System

ButtonElement() 공개 메소드

public ButtonElement ( string caption, UIColor color, NSAction tapped ) : System
caption string
color UIColor
tapped NSAction
리턴 System

GetCell() 공개 메소드

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

Selected() 공개 메소드

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

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Alignment 공개적으로 프로퍼티

public UITextAlignment Alignment
리턴 UITextAlignment

Color 공개적으로 프로퍼티

public UIColor Color
리턴 UIColor

TitleColor 공개적으로 프로퍼티

public UIColor TitleColor
리턴 UIColor