FileDialog::CustomPlaces Property
.NET Framework (current version)
Gets the custom places collection for this FileDialog instance.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property FileDialogCustomPlacesCollection^ CustomPlaces { FileDialogCustomPlacesCollection^ get(); }
Property Value
Type: System.Windows.Forms::FileDialogCustomPlacesCollection^The custom places collection for this FileDialog instance.
On Windows XP, this property does not have any effect.
The following code example demonstrates how to use the CustomPlaces collection. To run this example, paste the following code into a Windows Form and call InitializeDialogAndButton from the form's constructor or Load event-handling method.
.NET Framework
Available since 2.0
Available since 2.0
Show: