TabControl

The TabControl class is our generic visual control that consolidates a number of individual tab pages and makes them visible to the application user. It also provides the ability at a central level to manage changes to the data on specific tab pages, providing a consistent data update mechanism.

Figure 19-4 shows the class variables required as well as the {constructor} code for this class.

Our TabControl has two main visual characteristics: The first is that it inherits from the COM.ENT-CURL.WINDOW.Response class, and the second is that it is based heavily on the Curl system class TabContainer. We define these characteristics because we want the flexibility of displaying numerous associated data elements in a tab display. We also ...

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.