Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.05 KB

selecteditem-property.md

File metadata and controls

40 lines (27 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SelectedItem property
fm20.chm5225088
fm20.chm5225088
Office.SelectedItem
8f1e1c6d-a2a9-f266-f59c-08c2145f35dc
11/16/2018
medium

SelectedItem property

Returns the currently selected Tab or Page object.

Syntax

object.SelectedItem

The SelectedItem property syntax has these parts:

Part Description
object Required. A valid TabStrip or MultiPage.

Remarks

The SelectedItem property is read-only.

Use SelectedItem to programmatically control the currently selected Tab or Page object. For example, you can use SelectedItem to assign values to properties of a Tab or Page object.

See also

[!includeSupport and feedback]