TabPage

The TabPage class is used to represent an individual tab page that will appear on the TabControl. It has functionality to set the visual characteristics the page should have as well as methods to ensure that any changes to the data displayed are processed correctly. and Figure 19-9 lists the code required.

Figure 19-9. TabPage.constructor method listing.
 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || File: TabPage.scurl || Author: Paul Sheehan || Version: 1.0 || Contents: Ancestor class that represents a page || presented in a tab control. ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| {define-class abstract public TabPage {inherits TabPane} field protected tab-label:#String field protected tab-contents:#Graphic ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.