ComponentOne FinancialChart for WPF
SelectedContent Property



C1.WPF Namespace > C1TabControl Class : SelectedContent Property
Gets the content of the currently selected System.Windows.Controls.TabItem.
Syntax
'Declaration
 
Public ReadOnly Property SelectedContent As Object
'Usage
 
Dim instance As C1TabControl
Dim value As Object
 
value = instance.SelectedContent
public object SelectedContent {get;}
public:
property Object^ SelectedContent {
   Object^ get();
}

Property Value

The content of the currently selected System.Windows.Controls.TabItem. The default is null.
See Also

Reference

C1TabControl Class
C1TabControl Members