PCBIOpenFileDlgShowDialog(IWin32Window) 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(
IWin32Window owner
)
Public Function ShowDialog (
owner As IWin32Window
) As DialogResult
public:
DialogResult ShowDialog(
IWin32Window^ owner
)
member ShowDialog :
owner : IWin32Window -> DialogResult
- owner IWin32Window
- The parent of this dialog to bring it in front of the parent.
DialogResultUser depending result.