The API functions below allow the application to carry out check operations such as checking the existence and status of a control, and checking whether the focus is set on the control.
API function name | Description |
---|---|
AIT_VerifyExistence | Checks whether the control exists. |
AIT_VerifyEnabled | Checks whether the control can be used. |
AIT_VerifyFocus | Checks whether the focus is set on the control. |
AIT_VerifyState | Checks the status of the control. |
AIT_VerifyCharPos | Checks the position of the character string of the control. |
AIT_VerifyLine | Checks the index of the line. |
AIT_VerifyText | Checks for the specified text. |
AIT_VerifySelected | Checks for the text selected in the edit box. |
AIT_VerifyFirstVisible | Checks the first visible item of the control. |
AIT_VerifyCount | Checks the number of items. |
AIT_VerifyPos | Checks the position of the control. |
AIT_VerifyIndex | Checks the index of the control. |
AIT_VerifyLocation | Checks the position of the control. |
AIT_VerifyDateTime | Checks date or time value for the control. |
AIT_VerifyKeyState | Checks the status of the key. |
AIT_VerifyDefaultButton | Checks the style of the default button. |
AIT_VerifyNoOfCtrls | Checks the number of controls in the window. |
AIT_VerifyMenuChecked | Checks whether the menu item is selected. |
AIT_VerifyMenuEnabled | Checks whether the menu item can be used. |