C# Class FC3Editor.UI.ParamEnumButtons

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

Méthodes publiques

Méthode Description
Add ( string name, Image img, object value ) : void
ParamEnumButtons ( ) : System
UpdateUI ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ClearUI ( ) : void
DisposeInternal ( ) : void
InitializeComponent ( ) : void
button_CheckedChanged ( object sender, EventArgs e ) : void
button_Click ( object sender, EventArgs e ) : void

Method Details

Add() public méthode

public Add ( string name, Image img, object value ) : void
name string
img Image
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

ParamEnumButtons() public méthode

public ParamEnumButtons ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void