ShellHistoryToolStripHistoryForwardButton Property | 
            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.
            
 Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ToolStripSplitButton HistoryForwardButton { get; set; }Public Property HistoryForwardButton As ToolStripSplitButton
	Get
	Set
public:
property ToolStripSplitButton^ HistoryForwardButton {
	ToolStripSplitButton^ get ();
	void set (ToolStripSplitButton^ value);
}member HistoryForwardButton : ToolStripSplitButton with get, set
Property Value
ToolStripSplitButton
See Also