Click or drag to resize

ITabbedElementViewBringTabToFront Method

Activates the tab page with the title
C#
title
.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void BringTabToFront(
	int index
)

Parameters

index  Int32
The index of the tab page to focus.
See Also