PCBIResultDialogShowDlg Method

Shows the Dialog in the wanted type.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool ShowDlg(
	PCBIResultDialogWindowType winType,
	Form Parent = null
)

Parameters

winType  PCBIResultDialogWindowType
What type of window should be used.
Parent  Form  (Optional)
Parent to show dialog in front of it.

Return Value

Boolean
True if the dialog can be shown.

See Also