Table of Contents

CHECKBOXES property (Listbox)

Description

Specifies if the Listbox displays a checkbox next to each item like so:

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

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

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.