Click or drag to resize

ITabbedElementControllerBringTabToFront Method

Brings the specified tab to the front.

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

Parameters

i  Int32
The tab index.
See Also