Click or drag to resize
DigitalRuneTabItemTabControl Property
Gets the TabControl.

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 TabControl TabControl { get; }

Property Value

Type: TabControl
The TabControl.
Remarks
This property is automatically set when the TabItem is added to the Items of a TabControl.
See Also