FolderNameEditor::FolderBrowser::StartLocation Property

 

Gets or sets the start location of the root node.

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

public:
property FolderNameEditor::FolderBrowserFolder StartLocation {
	FolderNameEditor::FolderBrowserFolder get();
	void set(FolderNameEditor::FolderBrowserFolder value);
}

Property Value

Type: System.Windows.Forms.Design::FolderNameEditor::FolderBrowserFolder

A FolderNameEditor::FolderBrowserFolder that indicates the location for the folder browser to initially browse to.

.NET Framework
Available since 1.1
Return to top
Show: