Method ClearHistory
ClearHistory(ToolStripItemCollection, ToolStripItem, ToolStripItem)
Clears navigation history and updates all related visual controls.
public void ClearHistory(ToolStripItemCollection items, ToolStripItem backward, ToolStripItem forward)
Parameters
items
ToolStripItemCollectionList of items to be updated accordingly to the history collection.
backward
ToolStripItemVisual element related to the backward navigation.
forward
ToolStripItemVisual element related to the forward navigation.