C# Class ARCed.Controls.EfficiencySlot

Show file Open project: borisblizzard/arcreator

Private Properties

Property Type Description
InitializeComponent void
RefreshItems void
domainUpDown_SelectedItemChanged void

Public Methods

Method Description
EfficiencySlot ( string label, IEnumerable items, Color colors ) : System

Default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshItems ( ) : void
domainUpDown_SelectedItemChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EfficiencySlot() public method

Default constructor.
public EfficiencySlot ( string label, IEnumerable items, Color colors ) : System
label string Label applied to the slot
items IEnumerable Values that can be selected
colors Color Text colors used for corresponding values
return System