| FolderBrowserDialogExShowEditBox Property |
Show an "edit box" in the folder browser.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public bool ShowEditBox { get; set; }
Public Property ShowEditBox As Boolean
Get
Set
public:
property bool ShowEditBox {
bool get ();
void set (bool value);
}
member ShowEditBox : bool with get, set
Property Value
Type:
BooleanRemarks
The "edit box" normally shows the name of the selected folder.
The user may also type a pathname directly into the edit box.
See Also