CommonFileDialog Constructor (String)

Vista Bridge Library

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

Creates a new instance of this class with the specified title.

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

Syntax

C#
protected CommonFileDialog(
	string title
)
Visual Basic (Declaration)
Protected Sub New ( _
	title As String _
)
Visual C++
protected:
CommonFileDialog(
	String^ title
)

Parameters

title
Type: System..::.String
The title to display in the dialog.

See Also