C# Class Gbdx.RbList

The radio button list.
Mostrar archivo Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
Add ( RadioButton button ) : void

Add radio button to the list.

Remove ( RadioButton button ) : void

Remove radio button from the list.

RestoreSelection ( string selectedString ) : void

Restore which radio button was selected.

Private Methods

Method Description
ButtonCheckedChanged ( object sender, EventArgs e ) : void

The button_ checked changed.

Method Details

Add() public method

Add radio button to the list.
public Add ( RadioButton button ) : void
button System.Windows.Forms.RadioButton /// The button. ///
return void

Remove() public method

Remove radio button from the list.
public Remove ( RadioButton button ) : void
button System.Windows.Forms.RadioButton /// The button. ///
return void

RestoreSelection() public method

Restore which radio button was selected.
public RestoreSelection ( string selectedString ) : void
selectedString string /// The selected string. ///
return void