TabFrame Class
A class that displays tab controls.
The TabFrame class works in tandem with the TabForm class.
To display the tabs, the TabForm class or its derived class objects need to be placed in the structure defined below the TabFrame object.
TabForm objects do not extend beyond the area of the TabFrame object to which they belong and are clipped at the size of the TabFrame object.
Object Structure
Screen Display Example
Printer output by Doc class
Not subject to printing. The selected TabForm object will be printed.
Default properties and ValueType
The default property is Value. The value type specification is invalid.
Restrictions when visual style is enabled
◆ TabPosition can only be used for $STD due to OS restrictions.
◆ BgColor is invalid because it gives priority to the theme display.
Precautions when scaling
◆ Tab scaling only works if the Arrangement property is $STD or $FIXEDWIDTH and TabHeight and TabWidth are non-zero.
The above restrictions have been removed since Ver.5.0.1.
