Functionpublic function string wm_cmbgettext (string arg_toolbar, string arg_cmb)

Defined in: pbwword

public function string wm_cmbgettext (string arg_toolbar, string arg_cmb)

Comment:
Add items to combo box control. Use toolbar and control name to find the right control. 
Control type must be ComboBox


Script:
public function string wm_cmbgettext (string arg_toolbar, string arg_cmb);

return i_PBWWord.cmbgettext(arg_toolbar,arg_cmb)
end function