PCBIResultDialogCreateListViewItem Method

Create a new list view item in same thread to add it later with AddListViewItem.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ListViewItem CreateListViewItem(
	string Text,
	List<string> SubItems = null
)

Parameters

Text  String
 
SubItems  ListString  (Optional)
 

Return Value

ListViewItem
New and empty list view item.

See Also