| ShellBreadCrumbBarEditor Property  | 
 Gets the editor component.
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic CustomFolderComboBox Editor { get; }Public ReadOnly Property Editor As CustomFolderComboBox
	Get
public:
property CustomFolderComboBox^ Editor {
	CustomFolderComboBox^ get ();
}member Editor : CustomFolderComboBox with get
Property Value
Type: 
CustomFolderComboBoxThe editor.
 See Also
See Also