C# Class FC3Editor.UI.ParamEnumList

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnValueChanged ( object value ) : void

Private Methods

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

Method Details

Add() public méthode

public Add ( string display, int imageIndex, object value ) : void
display string
imageIndex int
value object
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( object value ) : void
value object
Résultat void

ParamEnumList() public méthode

public ParamEnumList ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void