Skip to Content
0
Former Member
May 26, 2005 at 02:12 PM

How to clear a combo box?

121 Views

Hello,

I have a combo box with values.

I would like to create a button that by clicking it will clear the selection.

I tried to use:

wdContext.node<NodeName>().clearSelection();

But it doesn't clear the combo box. So how do I do it?