C# Class FC3Editor.UI.ParamEnumList

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: Azerothian/fc3editor

Public Methods

Method Description
Add ( string display, int imageIndex, object value ) : void
ParamEnumList ( ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnValueChanged ( object value ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
valueList_Layout ( object sender, System.Windows.Forms.LayoutEventArgs e ) : void
valueList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( string display, int imageIndex, object value ) : void
display string
imageIndex int
value object
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnValueChanged() protected method

protected OnValueChanged ( object value ) : void
value object
return void

ParamEnumList() public method

public ParamEnumList ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void