Click or drag to resize

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.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ToolStripSplitButton HistoryForwardButton { get; set; }

Property Value

Type: ToolStripSplitButton
See Also