AddToMruList Property

Vista Bridge Library

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

Gets or sets a value that controls whether to show or hide the list of places from which the user has recently opened or saved items.

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

Syntax

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

Field Value

A Boolean value.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThis property cannot be set when the dialog is visible.

See Also