C# Class AtelierElieScripter.AlchemyItems.Control

Description of AlchemyItemsControl.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Markliujy/AtelierElieTranslation

Méthodes publiques

Méthode Description
Control ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Méthode Description
CustListViewItemSelectionSelectedIndexChanged ( object sender, EventArgs e ) : void

List view's item selected has changed

DisableInputs ( ) : void

Disable inputs

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.

InitializeSelections ( ) : void

Initialize Listview's values

PanelsPaint ( object sender, PaintEventArgs e ) : void

Paint panels

TextBoxDescTransTextChanged ( object sender, EventArgs e ) : void
TextBoxNameTransTextChanged ( object sender, EventArgs e ) : void
TextBoxNotesTextChanged ( object sender, EventArgs e ) : void

Method Details

Control() public méthode

public Control ( ) : System
Résultat System

Dispose() protected méthode

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void