Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileDialogCustomPlacesCollection::Add Method (String^)

 

Adds a custom place to the FileDialogCustomPlacesCollection collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Add(
	String^ path
)

Parameters

path
Type: System::String^

A folder path to the custom place.

The folder is added to custom places only for a particular FileDialog and is not a system or application wide change.

The folders are positioned in the custom places in the order that they are added to the FileDialog. The last one added will be at the top.

The following code example demonstrates how to use the Add method. 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft