bool wb_set_style (int wbobject, int style [, bool set])
Sets or resets one or more styles of the WinBinder object wbobject. Only a limited set of styles is supported due to Windows limitations.
The following styles can be set or reset:
| Class |
Styles |
Description |
|---|---|---|
|
ListView |
WBC_LINES |
Display gridlines around items |
|
WBC_CHECKBOXES |
Display check boxes in the first column of all items |
|
|
Slider |
WBC_LINES |
Show tick marks |
|
TreeView |
WBC_LINES |
Draw dotted lines linking children objects to their parents |
Returns
TRUE on success or FALSE if an error occurs.