CommonOpenFileDialog Constructor (String)

Vista Bridge Library

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

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

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

Syntax

C#
public CommonOpenFileDialog(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
CommonOpenFileDialog(
	String^ name
)

Parameters

name
Type: System..::.String
The name for this dialog.

See Also