DialogControlCollection(T) Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Strongly typed collection for dialog controls.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public sealed class DialogControlCollection<T> : Collection<T>
where T : DialogControl
Visual Basic (Declaration)
Public NotInheritable Class DialogControlCollection(Of T As DialogControl) _
	Inherits Collection(Of T)
Visual C++
generic<typename T>
where T : DialogControl
public ref class DialogControlCollection sealed : public Collection<T>

Type Parameters

T
DialogControl

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(T>)>)
    Microsoft.SDK.Samples.VistaBridge.Library..::.DialogControlCollection<(Of <(T>)>)

See Also