Click or drag to resize

ControlPanelTaskDialogRunDialog Method

Executes the dialog.

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

Parameters

pOwner  IntPtr
The owner.

Return Value

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