C# Class TextEditor2.Forms.ColorEditor

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Sage-of-Mirrors/TheWindWaker_Text_Editor Class Usage Examples

Public Properties

Property Type Description
ColorList List
HasEdited bool
SelectedColorIndex int

Public Methods

Method Description
ColorEditor ( List colorList ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnSaveColors ( List editList ) : void

Private Methods

Method Description
ColorCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void
ColorEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
ColorPicBox_Click ( object sender, EventArgs e ) : void
CopyColorList ( List sourceList ) : void
EditColor ( ) : void
FillUI ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateUI ( ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ColorEditor() public method

public ColorEditor ( List colorList ) : System
colorList List
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnSaveColors() protected method

protected OnSaveColors ( List editList ) : void
editList List
return void

Property Details

ColorList public_oe property

public List ColorList
return List

HasEdited public_oe property

public bool HasEdited
return bool

SelectedColorIndex public_oe property

public int SelectedColorIndex
return int