Click or drag to resize

ControlPanelTaskDialogRunDialog Method

Executes the dialog.

Namespace:  Jam.Shell.Dialogs
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected override bool RunDialog(
	IntPtr pOwner
)

Parameters

pOwner
Type: SystemIntPtr
The owner.

Return Value

Type: Boolean
True if the dialog has been started successfully or False otherwise.
See Also