CalcIt Forms & Controls

ctrTABPAGE(ID, X, Y, W, H, Controls List, Properties List)

Is a multi-page control. Clicking the tab we can switch from one page to another. Every page has its own list of controls. Each page is represented by a ctrPAGE control. Actually in the Controls List of this container only ctrPAGE controls can be placed.

Properties

ACTIVEPAGE, ALIGN, COLOR, ENABLED, FONTBOLD, FONTCHARSET, FONTCOLOR, FONTNAME, FONTSIZE, HEIGHT, HINT, LEFT, NAME, TEXT, TOP, VISIBLE, WIDTH

Functions

WINHANDLE

Events

OnClick, OnMouseMove

Go Back