constants SelectOnEnum
Specifies the type of selecting items when user presses or release the mouse button. Use the SelectOn property to specify whether the control selects an item when user presses or releases the mouse button.

NameValueDescription
exMouseDown-1 The control selects the item when user presses the mouse button.
exMouseUp0 The control selects the item when user releases the mouse button.