C# Class CommonTools.MyRadioButton

Inheritance: System.Windows.Forms.RadioButton
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
AddDatabinding ( MyBindingSource datasource, string datamember, object controlValue ) : void
MyRadioButton ( ) : System

Méthodes protégées

Méthode Description
OnCheckedChanged ( EventArgs e ) : void

Method Details

AddDatabinding() public méthode

public AddDatabinding ( MyBindingSource datasource, string datamember, object controlValue ) : void
datasource MyBindingSource
datamember string
controlValue object
Résultat void

MyRadioButton() public méthode

public MyRadioButton ( ) : System
Résultat System

OnCheckedChanged() protected méthode

protected OnCheckedChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void