PCBIOpenFileDlgShowDialog(Form) Method
Override of the existing show dialog to set the parent and handle all actions thread safe.
Namespace: PCB_Investigator.PCBIWindowsAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public DialogResult ShowDialog(
Form Parent
)
Public Function ShowDialog (
Parent As Form
) As DialogResult
public:
DialogResult ShowDialog(
Form^ Parent
)
member ShowDialog :
Parent : Form -> DialogResult
- Parent Form
- The parent of this dialog to bring it in front of the parent.
DialogResultUser depending result.