MindFusion.Wpf Pack Programmer's Guide
TabControl.SelectedContent Property
See Also
 





Gets or sets the content of the currently selected item. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Object SelectedContent { get; set; }

Visual Basic  Copy Code

Public Property SelectedContent As Object

 Property Value

A reference to the content associated with the selected item.

 See Also

TabControl Members
TabControl Class
MindFusion.UI.Wpf Namespace