CommonFileDialogControl Constructor (String)

Vista Bridge Library

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

Create a new instance of this class with text only.

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 text
)
Visual Basic (Declaration)
Protected Sub New ( _
	text As String _
)
Visual C++
protected:
CommonFileDialogControl(
	String^ text
)

Parameters

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

See Also