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