C# Class Nintenlord.GBA_Graphics_Editor.Forms.PaletteForm

Inheritance: ToolForm
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Свойство Type Description
ROMPALoffsetUD System.Windows.Forms.NumericUpDown
compROMPalette System.Windows.Forms.CheckBox

Méthodes publiques

Méthode Description
PaletteForm ( ) : System
SetUpdateEvents ( EventHandler updateEvents ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

PaletteForm() public méthode

public PaletteForm ( ) : System
Résultat System

SetUpdateEvents() public méthode

public SetUpdateEvents ( EventHandler updateEvents ) : void
updateEvents EventHandler
Résultat void

Property Details

ROMPALoffsetUD public_oe property

public System.Windows.Forms.NumericUpDown ROMPALoffsetUD
Résultat System.Windows.Forms.NumericUpDown

compROMPalette public_oe property

public System.Windows.Forms.CheckBox compROMPalette
Résultat System.Windows.Forms.CheckBox