CommonFileDialogGroupBox Constructor (String)

Vista Bridge Library

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

Create a new instance of this class with the specified text

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

Syntax

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

Parameters

text
Type: System..::.String
Text to display for this control

See Also