Click or drag to resize

AboutBoxPopulate Method

populate a listview with the specified key and value strings

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
private void Populate(
	ListView lvw,
	string Key,
	string Value
)
Request Example View Source

Parameters

lvw  ListView
 
Key  String
 
Value  String
 
See Also