C# Class MonoTouch.Dialog.AddOn.RadioBounceBackElement

Inheritance: RadioElement
显示文件 Open project: benhorgen/dotDialog

Public Methods

Method Description
RadioBounceBackElement ( string caption ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void

Method Details

RadioBounceBackElement() public method

public RadioBounceBackElement ( string caption ) : System
caption string
return System

Selected() public method

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