IsCheckSet Function (ListBox SwfCheckedListBox)

Class

ListBox class, SwfCheckedListBox class.

Action

Test whether the listbox supports check selection.

Availability

This functionality is supported only if you are using the Classic Agent.

Syntax

bSupports = listbox.IsCheckSel()
Variable Description
bSupports The selection state of the check box. BOOLEAN.

Example

BOOLEAN bSupports
bSupports=CLB.TheListbox.IsCheckSel()
Print(bSupports)