Click or drag to resize

TaskDialogRadioButton Constructor (IContainer)

Initializes a new instance of the TaskDialogRadioButton class with the specified container.

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

Parameters

container
Type: System.ComponentModelIContainer
The IContainer to add the TaskDialogRadioButton to.
See Also