ShellBrowser .Net Edition
HistoryBackButton Property
NamespacesJam.ShellShellHistoryToolStripHistoryBackButton
This property allows you to access the forward button of the ShellHistoryToolStrip, it may be customized as needed. However its dropdown items change each time a FolderChanged event occurs in the ShellControlConnector this component is connected to.
Declaration Syntax
C#Visual BasicVisual C++
public ToolStripSplitButton HistoryBackButton { get; set; }
Public Property HistoryBackButton As ToolStripSplitButton
public:
property ToolStripSplitButton^ HistoryBackButton {
	ToolStripSplitButton^ get ();
	void set (ToolStripSplitButton^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)