C# Class ClanceysLib.ButtonElement

Inheritance: MonoTouch.Dialog.Element
Show file Open project: Clancey/ClanceyLib Class Usage Examples

Public Properties

Property Type Description
Alignment UITextAlignment
Color UIColor
TitleColor UIColor

Public Methods

Method Description
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

Method Details

ButtonElement() public method

public ButtonElement ( string caption, UIColor color ) : System
caption string
color UIColor
return System

ButtonElement() public method

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

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

Selected() public method

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

Summary() public method

public Summary ( ) : string
return string

Property Details

Alignment public property

public UITextAlignment Alignment
return UITextAlignment

Color public property

public UIColor Color
return UIColor

TitleColor public property

public UIColor TitleColor
return UIColor