Page 1 of 1

Double click event

Posted: Mon Nov 20, 2017 1:43 am
by Claude
Good day
A quickie: how do I detect a DoubleClick event on the KCad control ?
Thanks, Claude

Re: Double click event

Posted: Mon Nov 20, 2017 10:48 pm
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