isBoxChecked

The isBoxChecked method returns whether the widget is checked.

 

Syntax

System.Boolean isBoxChecked(System.Int32 nWidget);

 

Parameters

nWidget

Index of the widget.

 

Return Value

Returns Value True if the widget is checked, False otherwise.

 

Remarks

Member of field.

 

Example