ShellBreadCrumbBarEditor Property |
Gets the editor component.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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