DIAdem Help

Method: Refresh for ChnComboBox

  • Updated2024-09-12
  • 2 minute(s) read

Method: Refresh for ChnComboBox

Triggers the EventRefresh event in user dialog boxes. The method starts the method RefreshValue. You can use this method to refresh the ChnComboBox control, when another control changes the data of this control.

Object.Refresh
ObjectChnComboBox
Object with this method
Note  If you use the method RefreshAll, DIAdem does not refresh the channel selection list.

After calling the smooth function, the following example triggers the EventRefresh event for the ChnComboBox1 channel selection list in order to display the smooth result channel in the channel selection list:

Call ChnSmooth("MyChn","Y_Smooth",12,"maxNumber")
Call ChnComboBox1.Refresh