OverwritePrompt Property

Vista Bridge Library

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

Gets or sets a value that controls whether to prompt before overwriting an existing file of the same name.

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

Syntax

C#
public bool OverwritePrompt { get; set; }
Visual Basic (Declaration)
Public Property OverwritePrompt As Boolean
Visual C++
public:
property bool OverwritePrompt {
	bool get ();
	void set (bool value);
}

Permissions

PermissionDescription
System..::.InvalidOperationException This property cannot be changed when the dialog is showing.

See Also