SelectedItemText Property (CTabFolder)

Class

CTabFolder.

Action

Gets the text of the selected item or an empty string if no item is selected.

Syntax

C#
protected String SelectedItemText { get; }
VB
'Declaration
Protected Read Property SelectedItemText As String

Access

Read only.