CommonFileDialogControl Constructor (String, String)

Vista Bridge Library

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

Creates a new instance of this class using the specified name and text.

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

Syntax

C#
protected CommonFileDialogControl(
	string name,
	string text
)
Visual Basic (Declaration)
Protected Sub New ( _
	name As String, _
	text As String _
)
Visual C++
protected:
CommonFileDialogControl(
	String^ name, 
	String^ text
)

Parameters

name
Type: System..::.String
the name of common file dialog control
text
Type: System..::.String
the text of common file dialog control

See Also