FolderNameEditor::FolderBrowser::Description Property

 

Gets or sets a description to show above the folders.

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

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The description to show above the folders.

This description can provide instructions about selecting a folder.

.NET Framework
Available since 1.1
Return to top
Show: