Previous | Up | Next |
Create a checkbox : a simple box with a title. The size of the checkbox must include the box and the title.Parameters
ObjCheck _CRcheck ( Chn _channel_ ObjWin _father_ I _x_ I _y_ I _width_ I _height_ I _flags_ S _title_ )
Return value
_channel_ proprietary channel _father_ father window _x_ x coordinate _y_ y coordinate _width_ width _height_ height _flags_ flags :
CH_DOWN display a 3d border CH_LEFT display the title a the left side of the box CH_RADIO radio style CH_TABFOCUS if the mother window is a dialog box, this allows to use TAB key _title_ title of the checkbox
new checkbox