다음을 통해 공유


TabControl.Pages Property (Access)

Returns a Pages collection that represents the pages in the specified TabControl object. Read-only.

Syntax

.Pages

A variable that represents a TabControl object.

Example

The following example displays a message indicating the number of tabbed pages on tab control TabCtl1.

MsgBox "Number of pages in TabCtl1:" & TabCtl1.Pages.Count

참고 항목

개념

TabControl Object

TabControl Object Members