Controls Property

Vista Bridge Library

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

Gets the collection of controls for the dialog.

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

Syntax

C#
public DialogControlCollection<CommonFileDialogControl> Controls { get; }
Visual Basic (Declaration)
Public ReadOnly Property Controls As DialogControlCollection(Of CommonFileDialogControl)
Visual C++
public:
property DialogControlCollection<CommonFileDialogControl^>^ Controls {
	DialogControlCollection<CommonFileDialogControl^>^ get ();
}

See Also