FileDialog::CustomPlaces Property
.NET Framework (current version)
Gets or sets the list of custom places for file dialog boxes.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property IList<FileDialogCustomPlace^>^ CustomPlaces { IList<FileDialogCustomPlace^>^ get(); void set(IList<FileDialogCustomPlace^>^ value); }
Property Value
Type: System.Collections.Generic::IList<FileDialogCustomPlace^>^The list of custom places.
Starting in Windows Vista, open and save file dialog boxes have a Favorite Links panel on the left side of the dialog box that allows the user to quickly navigate to a different location. These links are called custom places. This property allows you to modify the list that appears when your application uses a file dialog box.
.NET Framework
Available since 4.0
Available since 4.0
Show: