ComponentOne Basic Library for WPF and Silverlight
SelectedContent Property (C1TabControl)


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 System.Object
'Usage
 
Dim instance As C1TabControl
Dim value As System.Object
 
value = instance.SelectedContent
public System.object SelectedContent {get;}

Property Value

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

Reference

C1TabControl Class
C1TabControl Members