CustomFolderComboBoxShowFullPath Property |
If set to true, the full path of the selected item is shown in the combobox
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowFullPath { get; set; }Public Property ShowFullPath As Boolean
Get
Set
public:
property bool ShowFullPath {
bool get ();
void set (bool value);
}member ShowFullPath : bool with get, set
Property Value
Boolean
See Also