CommonFileDialogResult Constructor

Vista Bridge Library

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

Creates a new instance of this class.

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

Syntax

C#
public CommonFileDialogResult(
	bool canceled
)
Visual Basic (Declaration)
Public Sub New ( _
	canceled As Boolean _
)
Visual C++
public:
CommonFileDialogResult(
	bool canceled
)

Parameters

canceled
Type: System..::.Boolean
Specifies the starting value for the Canceled property.

See Also