TabControl.SelectedContent Property (System.Windows.Controls)

Switch View :
ScriptFree
.NET Framework Class Library for Silverlight
TabControl.SelectedContent Property

Gets the content of the currently selected TabItem.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls (in System.Windows.Controls.dll)
Syntax

Visual Basic (Declaration)
Public Property SelectedContent As Object
C#
public Object SelectedContent { get; internal set; }

Property Value

Type: System.Object
The content of the currently selected TabItem. The default is null.
Remarks

Dependency property identifier field: SelectedContentProperty

Version Information

Silverlight

Supported in: 5, 4, 3
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference