TaskDialogControlCollectionT Class
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public sealed class TaskDialogControlCollection<T> : Collection<T>,
IDisposable
where T : TaskDialogControl
Public NotInheritable Class TaskDialogControlCollection(Of T As TaskDialogControl)
Inherits Collection(Of T)
Implements IDisposable
generic<typename T>
where T : TaskDialogControl
public ref class TaskDialogControlCollection sealed : public Collection<T>,
IDisposable
[<SealedAttribute>]
type TaskDialogControlCollection<'T when 'T : TaskDialogControl> =
class
inherit Collection<'T>
interface IDisposable
end
- Inheritance
- Object CollectionT TaskDialogControlCollectionT
- Implements
- IDisposable
Type Parameters
- T
- The type of the elements in the collection.
| Item |
Gets an item of the TaskDialogControlCollectionT by name.
|