Greetings,
I have several handlers in a container that work great, except this one…
var nControl As New Desktopbutton
AddHandler nControl.mouseWheel(1, 1, 0, 0), AddressOf MouseWheelControlCallBack
Errors—
Type “DesktopButton” has no member named “mouseWheel”
Syntax error for the same line
Does the term member refer to an event name, or an array member?
Wish button.double pressed existed.
Thanks!