Proprietà FolderBrowserDialogExShowFullPathInEditBox
|
Show the full path in the edit box as the user selects it.
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public bool ShowFullPathInEditBox { get; set; }
Public Property ShowFullPathInEditBox As Boolean
Get
Set
public:
property bool ShowFullPathInEditBox {
bool get ();
void set (bool value);
}
member ShowFullPathInEditBox : bool with get, set
Valore della proprietà
Tipo:
BooleanNote
This works only if ShowEditBox is also set to true.
Vedi anche