no, not possible with the normal check box, it will become a mess trying to keep track of it's click or mouse down event (just to know if the user did not click it) as well. The real question is not to track what changed the check box, as the check box is only meant to represent some state property. When changing that property see if it was changed by check box (i.e. the user's interface ) or something else ( code maybe )
Regards Arjang On 4 May 2011 12:51, Anthony <[email protected]> wrote: > Is it possible to determine if a check box has been clicked by a user and > not by code. > > > > regards > > Anthony (*12QWERNB*) > > > >
