Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is no way to re-enable mouse wheel scrolling for a combo box. Once this method has been called for a combo box, that combo box's mouse wheel will be disabled for the life of the OLE Button control whose DisableComboMouseWheel method was called.

Example

Code Block
 // Disable mouse wheel scrolling for a combo box 
hCombo = Get_Property(@Window:".COMBO_BOX", "HANDLE") 
rv = Send_Message(@Window:".OLE_BUTTON", "OLE.DisableComboMouseWheel", hCombo)