C# Class MOTHER3Funland.frmItemEditor

Inheritance: M3Form
Show file Open project: jeffman/MOTHER-3-Funland

Public Methods

Method Description
GetIndex ( ) : int[]
SelectIndex ( int index ) : void
frmItemEditor ( ) : System

Private Methods

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

public GetIndex ( ) : int[]
return int[]

SelectIndex() public method

public SelectIndex ( int index ) : void
index int
return void

frmItemEditor() public method

public frmItemEditor ( ) : System
return System