Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
RefreshItems | void | ||
domainUpDown_SelectedItemChanged | void |
Method | Description | |
---|---|---|
EfficiencySlot ( string label, IEnumerable |
Default constructor.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EfficiencySlot ( string label, IEnumerable |
||
label | string | Label applied to the slot |
items | IEnumerable |
Values that can be selected |
colors | Color | Text colors used for corresponding values |
return | System |