List Box Object - Is Visible

Determine a List Box Object's current state of visibility.

Returns TRUE or FALSE (TRUE if the object is visible, FALSE if it's hidden) in a specific variable.

Action ID:
Action Category:
Action List Syntax:

124
List Box Object
<<VARIABLE>> = ListBoxObject[<<OBJECTNAME>>].IsVisible

Settings

Variable name:

The variable that will hold the List Box Object's current state of visibility.

Object

The List Box Object whose visibility will be queried.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_LIST_BOX_OBJECT_IS_VISIBLE

MSG_ERR_LIST_BOX_OBJECT_IS_VISIBLE
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None