FolderBrowserDialogEx.Description Property

QsInformatica.Utils

FolderBrowserDialogExDescription Property

This description appears near the top of the dialog box, providing direction to the user.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string Description { get; set; }
Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}
member Description : string with get, set

Property Value

Type: String
See Also