Double click event

Technical discussions
Post Reply
Claude
Posts: 23
Joined: Thu Jan 05, 2017 3:58 am

Double click event

Post by Claude »

Good day
A quickie: how do I detect a DoubleClick event on the KCad control ?
Thanks, Claude

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Double click event

Post by Prashant Kande »

Hi Claude
We do not have an event for it. .Net should have a facility for it. I know how to do it easy in C++. More powerful way is to subclass a control (term may be different in .Net). I know people who do it in VB6
Let us know if you cannot find anything
Regards

Post Reply