PCBIReportDialogShowDlg 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(
	PCBIReportDialogWindowType winType
)

Parameters

winType  PCBIReportDialogWindowType
What type of window should be used.

Return Value

Boolean
True if the dialog can be shown.

See Also