Click or drag to resize
weroSoft AG, Software
WinOpenFileDialog Constructor (String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes a new instance of the type WinOpenFileDialog.

Namespace:  WeroSoft.UnitTesting.Wpf
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public WinOpenFileDialog(
	string title
)

Parameters

title
Type: SystemString
Title of the dialog.
See Also