wPageTitle Property (Xamarin.Forms Controls)

Applies to TestComplete 15.63, last modified on April 23, 2024

Description

Use the wPageTitle property to get the title of the specified page of the control.

Declaration

TestObj.wPageTitle(Index)

Read-Only Property String
TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Index [in]    Required    Integer    

Applies To

The property is applied to the following objects:

View Mode

To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The property has the following parameter:

Index

Specifies the zero-based index of the desired page. The first section has the index 0, the second - 1, and so on. The index of the last page is wPageCount - 1.

Property Value

A string that contains the title text.

See Also

Xamarin.Forms Objects
Testing Xamarin.Forms Applications (Legacy)

Highlight search results