C# Class MOTHER3Funland.frmItemEditor

Inheritance: M3Form
Afficher le fichier Open project: jeffman/MOTHER-3-Funland

Méthodes publiques

Méthode Description
GetIndex ( ) : int[]
SelectIndex ( int index ) : void
frmItemEditor ( ) : System

Private Methods

Méthode Description
HighlightControl ( Control c ) : void
btnApply_Click ( object sender, EventArgs e ) : void
cboItem_SelectedIndexChanged ( object sender, EventArgs e ) : void
mnuGraphicsCopy_Click ( object sender, EventArgs e ) : void
mnuGraphicsSave_Click ( object sender, EventArgs e ) : void

Method Details

GetIndex() public méthode

public GetIndex ( ) : int[]
Résultat int[]

SelectIndex() public méthode

public SelectIndex ( int index ) : void
index int
Résultat void

frmItemEditor() public méthode

public frmItemEditor ( ) : System
Résultat System