isDefaultChecked

The isDefaultChecked method returns whether the widget is checked by default.

 

Syntax

System.Boolean isDefaultChecked(System.Int32 nWidget);

 

Parameters

nWidget

Index of the widget.

 

Return Value

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

 

Remarks

Member of field.

 

Example