IProgressDialogStartProgressDialog Method

Starts the progress dialog box.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void StartProgressDialog(
	[OptionalAttribute] IntPtr hwndParent,
	[OptionalAttribute] Object punkEnableModless,
	ProgressDialogFlags flags,
	IntPtr pvreserved = default
)

Parameters

hwndParent  IntPtr  (Optional)
A handle to the dialog box's parent window.
punkEnableModless  Object  (Optional)
Reserved. Set to null.
flags  ProgressDialogFlags
Flags that control the operation of the progress dialog box.
pvreserved  IntPtr  (Optional)
Reserved. Set to Zero

See Also