C# Class AtelierElieScripter.AlchemyItems.Control

Description of AlchemyItemsControl.
Inheritance: System.Windows.Forms.UserControl
Show file Open project: Markliujy/AtelierElieTranslation

Public Methods

Method Description
Control ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Method 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 method

public Control ( ) : System
return System

Dispose() protected method

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