December 2002
Intermediate to advanced
400 pages
9h 25m
English
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.
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || 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 ... |