TaskDialogControlCollectionT Class

Represents a collection of TaskDialogControl instances.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public sealed class TaskDialogControlCollection<T> : Collection<T>, 
	IDisposable
where T : TaskDialogControl
Inheritance
Object    CollectionT    TaskDialogControlCollectionT
Implements
IDisposable

Type Parameters

T
The type of the elements in the collection.

Properties

Item Gets an item of the TaskDialogControlCollectionT by name.

See Also