SelectedItem Property (SLTabControl)

Action

Gets the selected item or null (Nothing in Visual Basic) if the selection is empty.

Syntax

C#
protected SLTabItem SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As SLTabItem

Access

Read only.