Proprietà FolderBrowserDialogExShowEditBox
|
Show an "edit box" in the folder browser.
Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi 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
Valore della proprietà
BooleanNote
The "edit box" normally shows the name of the selected folder.
The user may also type a pathname directly into the edit box.
Vedi anche