| FolderBrowserDialogExShowFullPathInEditBox Property |
Show the full path in the edit box as the user selects it.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax 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
Property Value
Type:
BooleanRemarks
This works only if ShowEditBox is also set to true.
See Also