CalcIt Forms & Controls

ctrRADIOBUTTON(ID, X, Y, Text, Checked=FALSE, Properties List)

Radio button control. If we check a radio button then the other radio buttons in the same group (Form, ctrGroupbox, ctrPanel, ctrPage) become unchecked automatically. Is for "one of many" option selections. Radio buttons are automatically grouped through the container they are placed: Containers of other controls are the Form, ctrPANEL, ctrPAGE, ctrGROUPBOX.

Properties

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

Functions

WINHANDLE

Events

OnClick, OnMouseMove

Go Back