CHECKBOXES property (Listbox)
Description
Property Value
The CHECKBOXES property is a Boolean value of TRUE$ or FALSE$. If TRUE$ then the control will display a checkbox next to each item.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
N/A
Example
//// Example// ////// //// Ensure the listbox displays a checkbox for each item.// Call Set_Property_Only ( @Window : ".LST_DATA", "CHECKBOXES"", TRUE$ )
See Also
LISTBOX CHECK property, LISTBOX CHECKBOXES property, LISTBOX CHECKEDLISTTEXT property.