C# Class Nintenlord.GBA_Graphics_Editor.Forms.PaletteForm

Inheritance: ToolForm
Show file Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
ROMPALoffsetUD System.Windows.Forms.NumericUpDown
compROMPalette System.Windows.Forms.CheckBox

Public Methods

Method Description
PaletteForm ( ) : System
SetUpdateEvents ( EventHandler updateEvents ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

paletteIndexUpdate ( object sender, EventArgs e ) : void

Method Details

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

PaletteForm() public method

public PaletteForm ( ) : System
return System

SetUpdateEvents() public method

public SetUpdateEvents ( EventHandler updateEvents ) : void
updateEvents EventHandler
return void

Property Details

ROMPALoffsetUD public property

public System.Windows.Forms.NumericUpDown ROMPALoffsetUD
return System.Windows.Forms.NumericUpDown

compROMPalette public property

public System.Windows.Forms.CheckBox compROMPalette
return System.Windows.Forms.CheckBox