OpenImageFileDialog.RunDialog Method |
Creates the command dialog.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected override bool RunDialog(
IntPtr hwndOwner
)
Protected Overrides Function RunDialog (
hwndOwner As IntPtr
) As Boolean
Parameters
- hwndOwner
- Type: System.IntPtr
A value that represents the window handle of the owner window for the common dialog box.
Return Value
Type:
BooleanTrue if the dialog box was successfully run; otherwise,
false.
See Also