GetState Function (ListBox SwfCheckedListBox)

Class

ListBox and SwfCheckedListBox.

Action

Returns the selection state of the check box.

Availability

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

Syntax

bState = listbox.GetState()
Variable Description
bState The selection state of the check box. BOOLEAN.

Example

BOOLEAN bIsChecked
bIsChecked = Find.CaseSensitive.GetState()
Print(bIsChecked)