ControlPanelTaskDialogRunDialog Method |
Executes the dialog.
Namespace: Jam.Shell.DialogsAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected override bool RunDialog(
IntPtr pOwner
)
Protected Overrides Function RunDialog (
pOwner As IntPtr
) As Boolean
protected:
virtual bool RunDialog(
IntPtr pOwner
) override
abstract RunDialog :
pOwner : IntPtr -> bool
override RunDialog :
pOwner : IntPtr -> bool
Parameters
- pOwner IntPtr
- The owner.
Return Value
BooleanTrue if the dialog has been started successfully or
False otherwise.
See Also