C# Class MonoTouch.Dialog.RadioGroup

Captures the information about mutually exclusive elements in a RootElement
ファイルを表示 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Selected int

Public Methods

Method Description
RadioGroup ( int selected ) : System
RadioGroup ( string key, int selected ) : System

Method Details

RadioGroup() public method

public RadioGroup ( int selected ) : System
selected int
return System

RadioGroup() public method

public RadioGroup ( string key, int selected ) : System
key string
selected int
return System

Property Details

Selected public_oe property

public int Selected
return int