2.1.26.75 update_combo_from_refresh


Description

Update combo control.

Syntax

void update_combo_from_refresh( TreeNode & trNode, const vector<string> & vsCombo, int nUpdateEditCntrl = UCFB_REPLACE_USING_FIRST )

Parameters

trNode
[modify]The node to update
vsCombo
[input]Items for update
nUpdateEditCntrl
[input]option to update combo value: UCFB_KEEP = no update, UCFB_CLEAR = clear, UCFB_REPLACE_USING_FIRST = use the first item

Return

Examples

See GETN_COMBO_REFRESH_BUTTON

Remark

See Also

GETN_COMBO_REFRESH_BUTTON

Header to Include

origin.h

Reference