gui.setCheckBoxText

Sets the text of a checkbox.

Prototype

  1. bOk = gui.setCheckBoxText ( hComponent, sText )

Description

Sets the text of a checkbox.


Parameters

hComponent - valid GUI checkbox handle
sText - text you want to assign to the checkbox


Return values

bOk - true on success


Available since ShiVa 2.0