Click or drag to resize

TabbedElementControllerBringTabToFront 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#
public void BringTabToFront(
	int i
)

Parameters

i  Int32
The tab index.

Implements

ITabbedElementControllerBringTabToFront(Int32)
See Also