Click or drag to resize

ITabbedElementControllerRemoveTabRange Method

Removes a number of tab elements.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void RemoveTabRange(
	int firstTab,
	int count
)

Parameters

firstTab  Int32
Index of the first tab to remove.
count  Int32
Number of tabs to remove.
See Also