C# Class OZWForm.ValuePanelList

Value panel containing lists
Inheritance: ValuePanel
Show file Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
ValuePanelList ( ZWValueID valueID ) : System

Initializes a new instance of the ValuePanelList class.

Private Methods

Method Description
InitializeComponent ( ) : void

Initializes the component.

ValueListComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ValueListComboBox control.

Method Details

ValuePanelList() public method

Initializes a new instance of the ValuePanelList class.
public ValuePanelList ( ZWValueID valueID ) : System
valueID ZWValueID The value identifier.
return System