Click or drag to resize

ProgressDialog Constructor (IContainer)

Initializes a new instance of the ProgressDialog class, adding it to the specified container.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ProgressDialog(
	IContainer container
)

Parameters

container
Type: System.ComponentModelIContainer
The IContainer to which the component should be added.
See Also