Click or drag to resize
DigitalRuneTabControlSelect Method (Int32)
Selects a TabItem by index.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void Select(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item in the Items collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
See Also