2.1.26.15 set_dyna_use_checkbox


Description

Sets the node's left checkbox status

Syntax

BOOL set_dyna_use_checkbox( TreeNode & tr, int nCheck )

Parameters

tr
[input] The tree node of GetN control
nCheck
[input] the checkbox status

Return

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

Examples

See examples of is_optional_by_dyna_use_checkbox


Remark

See Also

has_dyna_use_checkbox
is_optional_by_dyna_use_checkbox

Header to Included

event_utils.h

Reference