'Usage
Dim instance As ConcreteCommonDialog Dim hwndOwner As IntPtr Dim value As Boolean value = instance.RunDialog(hwndOwner)
Parameters
- hwndOwner
- A value that represents the window handle of the owner window for the common dialog box.A value that represents the window handle of the owner window for the common dialog box.
Return Value
true if the dialog box was successfully run; otherwise, false.true if the dialog box was successfully run; otherwise, false.