v4.0
Starts a new tab on a layout. This allows a complex object to be represented on multiple
"pages", rather than creating a very tall property page.
This should be the first item added to a multiple-tab layout. If a layout only has a single
tab then the tab control does not show up.
Note: No "EndTab" method is necessary on PPGLayout. A tab is recognized as being complete
when a new tab is started or the end of the layout is reached.
PPGItem PPGLayout.AddTab( String in_Label ); |
oReturn = PPGLayout.AddTab( Label ); |
Parameter | Type | Description |
---|---|---|
Label | String | The text that appears in the tab control |