2.1.26.9 has_dyna_use_checkbox


Description

Returns whether the node has the left checkbox.

Syntax

BOOL has_dyna_use_checkbox( TreeNode & tr, int * pnCheck = NULL )

Parameters

tr
[input] The tree node of GetN control
pnCheck
[output] retrieve the checkbox status if exist

Return

TRUE if the node is valid and has the left checkbox, otherwise FALSE

Examples

See examples of is_optional_by_dyna_use_checkbox

Remark

See Also

set_dyna_use_checkbox
is_optional_by_dyna_use_checkbox

Header to Included

event_utils.h

Reference