'Declaration
Protected Overrides NotOverridable Function RunDialog( _ ByVal hwndOwner As IntPtr _ ) As Boolean
'Usage
Dim instance As UABrowseDialog 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.
Return Value
true if the dialog box was successfully run; otherwise, false.