Verifyhidelist
From LDTP
| Table of contents |
Syntax
verfyhidelist ('dlgName', 'cmbName')
Description
Verifies if combo box drop down list in the current dialog is not visible.
Implementation
Combo box will generally have a list as its child or a menu as its child. So this function gets object handle of list or menu object, checks if list or menu items of combo box is visible, if yes then return minus one else returns zero.
Examples
TODO

