Items Property

Vista Bridge Library

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

Gets the collection of controls for this group box

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

Syntax

C#
public Collection<DialogControl> Items { get; }
Visual Basic (Declaration)
Public ReadOnly Property Items As Collection(Of DialogControl)
Visual C++
public:
property Collection<DialogControl^>^ Items {
	Collection<DialogControl^>^ get ();
}

See Also