Click or drag to resize
DigitalRuneTabControlSelect Method (TabItem)
Selects the specified TabItem.

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(
	TabItem tabItem
)

Parameters

tabItem
Type: DigitalRune.Game.UI.ControlsTabItem
The TabItem (must be one of the Items).
Exceptions
ExceptionCondition
ArgumentNullExceptiontabItem is .
ArgumentExceptiontabItem is not an item of this TabControl.
See Also