Click or drag to resize

OpenImageFileDialogRunDialog 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)
Syntax
protected override bool RunDialog(
	IntPtr hwndOwner
)

Parameters

hwndOwner
Type: SystemIntPtr
A value that represents the window handle of the owner window for the common dialog box.

Return Value

Type: Boolean
True if the dialog box was successfully run; otherwise, false.
See Also