PCBIResultDialog Class

Standard Report Dialog.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PCBIResultDialog
Inheritance
Object    PCBIResultDialog

Constructors

PCBIResultDialog(ListString, String) Add column header texts for init and optional a header text.
PCBIResultDialog(ListString, String, Icon) Add column header texts for init and optional a header text.

Properties

ParentWindow Window to host result dialog. This main PCBI window can be null!
Size Dialog Size to change from outside.

Methods

AddListViewItem Appends a list view item to the report list.
ClearList Clears the result list.
CloseResults Close the result dialog.
CreateListViewItem Create a new list view item in same thread to add it later with AddListViewItem.
Dispose Dispose all resources and destroy the dialog complete.
GetCountColumns Count of columns for creation of list view sub items.
GetItems Get all list view items or only selected list view items.
Show Show the dialog as non modal.
ShowDlg Shows the Dialog in the wanted type.

Events

ItemSelectionChanged Event for selection changed.
ListViewMainDoubleClick Event for double click.
ResultDialogClosed Event occurs if dialog was closed (e.g. to remove your drawing events from parent).

Extension Methods

See Also