CreatePrompt Property

Vista Bridge Library

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

Gets or sets a value that controls whether to prompt for creation if the item returned in the save dialog does not exist.

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

Syntax

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

Remarks

Note that this does not actually create the item.

Permissions

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

See Also