I know that there is no Label events. Maybe it can solve non-standard ways?i think there is no event in label control.
This is normal .NET Windows Forms behaviour. Unfortunately, in the Compact Framework, Labels support no Mouse events so you cannot add them with the Door library. On the desktop however Label does support a full set of events that are available to the Door library.If you create an event Form_MouseDown() and if the form is Label, when you click on the Label event is not triggered.