PCBISaveFileDlgShowDialog(Form) Method

Show dialog is defined new with handling of multithreading.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DialogResult ShowDialog(
	Form Parent
)

Parameters

Parent  Form
The parent form to set this dialog in front of it.

Return Value

DialogResult
User result depending on the selected action.

See Also