property Page.Caption as String
Specifies the page's caption.

TypeDescription
String A string expression that indicates the page's caption. The page's caption may contain any combination of built-in HTML tags.  

Use the Caption property to define the caption of the page. Use the UserData property to associate an extra data to the page.  Use the Key property to define the key of the page. The Item property uses the Key of the page when user looks for a page.  You can assign a caption to a page when you insert a new page to the control by using the Add method.  The Caption property specifies the HTML caption to be displayed in the control's pages part.

Here's the list of supported built-in HTML tags:

For instance, the following expression "<b> Tab </b> <fgcolor=0000FF>1</fgcolor>" looks like: "Tab 1"