SelectedItem Property (UIATabControl)

Action

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

Syntax

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

Access

Read only.