ShowPlacesList 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 pinned places that the user can choose from.

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

Syntax

C#
public bool ShowPlacesList { get; set; }
Visual Basic (Declaration)
Public Property ShowPlacesList As Boolean
Visual C++
public:
property bool ShowPlacesList {
	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