CustomFolderComboBoxShowFullPath Property |
If set to true, the full path of the selected item is shown in the combobox
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also