Text Settings in Windows Forms FolderBrowser
18 Nov 20181 minute to read
The text settings of the FolderBrowser control are described below.
The text for the FolderBrowser can be set using the Description property.
this.folderBrowser1.Description = "Recent Documents";Me.folderBrowser1.Description = "Recent Documents"