Table of Contents

Method ClearCurrentHistory

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

ClearCurrentHistory(ToolStripItemCollection, ToolStripItem, ToolStripItem)

Clears only forward part of the navigation history and updates all related visual controls.

public void ClearCurrentHistory(ToolStripItemCollection items, ToolStripItem backward, ToolStripItem forward)

Parameters

items ToolStripItemCollection

List of items to be updated accordingly to the history collection.

backward ToolStripItem

Visual element related to the backward navigation.

forward ToolStripItem

Visual element related to the forward navigation.