C# Class MonoTouch.Dialog.RadioGroup

Captures the information about mutually exclusive elements in a RootElement
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Selected int

Méthodes publiques

Méthode Description
RadioGroup ( int selected ) : System
RadioGroup ( string key, int selected ) : System

Method Details

RadioGroup() public méthode

public RadioGroup ( int selected ) : System
selected int
Résultat System

RadioGroup() public méthode

public RadioGroup ( string key, int selected ) : System
key string
selected int
Résultat System

Property Details

Selected public_oe property

public int Selected
Résultat int