C# Class UIAutomationTestForms.WinFormsRich

Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
CheckBox2CheckedChanged ( object sender, EventArgs e ) : void
RadioButton3CheckedChanged ( object sender, EventArgs e ) : void
WinFormsRich ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode Description
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

CheckBox2CheckedChanged() public méthode

public CheckBox2CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Dispose() protected méthode

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RadioButton3CheckedChanged() public méthode

public RadioButton3CheckedChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

WinFormsRich() public méthode

public WinFormsRich ( ) : System
Résultat System