ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl Class / SelectedContent Property



In This Topic
    SelectedContent Property
    In This Topic
    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