PCBISaveFileDlgShowDialog(IWin32Window) 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(
	IWin32Window owner
)

Parameters

owner  IWin32Window
 

Return Value

DialogResult
User result depending on the selected action.

See Also