| The Tabbed Group component offers the capability to bundle a number of dialog windows into one group of windows. The end-user will be able to select any "page" from this group by clicking the mouse on a "tab" that visibly sticks out of the "page" that corresponds to the dialog window in question. |
The events that are recognized for components of the type TabbedGroup are: Create, Destroy, Enter, Exit, gotFocus, help and lostFocus.
There is no default property for a tabbed group.
The property list for a tabbed group is:
| Property Name (MSM-Workstation) | Property Name (MWAPI) | Default Value | Value Range |
|---|---|---|---|
| Active | ACTIVE | Boolean value | |
| Cancel | CANCEL | Boolean value | |
| Container | Free text | ||
| Message | ZMESSAGE | Free text | |
| Name | Name of component (current window) | ||
| NextControl | NEXTG | Name of component | |
| Page | 1 | Positive integer numeric value | |
| PosLeft | POS | Positive numeric value | |
| PosTop | POS | Positive numeric value | |
| PosUnits | POS | Unit Specification | |
| SizeHeight | SIZE | 40 | Positive numeric value |
| SizeUnits | SIZE | Unit Specification | |
| SizeWidth | SIZE | 40 | Positive numeric value |
| Type | TYPE | CUSTOM | Type of component |
| Units | UNITS | Unit Specification | |
| Visible | VISIBLE | Boolean value | |
| zCLSID | {E06120EB-7511-11D0-9723-0020AFF34D4D} | Free text | |
| zProgID | TABSTRIP.TabstripCtrl.1 | Free text | |
Go back to the alphabetic list of components.