C# Class FC3Editor.UI.ParamEnumButtons

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Azerothian/fc3editor

Public Methods

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

Protected Methods

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

Private Methods

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

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

ParamEnumButtons() public method

public ParamEnumButtons ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void