Label click event

A

Alain Dekker

I should mention that I'm using Visual Studio 2005 and C# targetting Windows
CE 5.0 using .NET CF v2.0 in case its relevant.

I've added a System.Windows.Forms.Label control to my form, and the only
events exposed (as shown in the IDE) are:

EnabledChanged
ParentChanged
TextChanged

No "Click" event. Is there any way to hook into that?

I notice that the System.Windows.Forms.LinkLabel *does* have a Click event,
but its also got an ugly underline in the text. Is there any way to get rid
of the underline.

Thanks,
Alain
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top