Borderstyle for Label and LinkLabel

  • Thread starter Thread starter Alain Dekker
  • Start date Start date
A

Alain Dekker

Am I missing something, but do these controls have a "Borderstyle" proeprty
so I can draw a box around them? If not, is this possible for these
controls?

Thanks,
Alain
 
Yes, you're right. Should have been more specific. I'm new to C# and .NET.
Am still mainly a Delphi and VC++ man.

I'm guessing Forms? The control is derived from
System.Windows.Forms.Linklabel. There isn't a BorderStyle property. I've
even tried putting the label on top of a panel (derived from
System.Windows.Forms.Panel) and couldn't find a Borderstyle there either.

Whats WPF? I'm developing for a Windows CE 5.0 device running the Compact
Framework .NET v2.0.

Regards,
Alain
 
Ok, thanks for the reply.

Peter Duniho said:
Yes, that would be Forms.


It's there on the desktop version of .NET. I'm not familiar with CF, but
I would guess that this is one of the class members that is not supported
on CF.


You can safely ignore WPF then. I don't think it's available on any of
the mobile platforms; the closest you can come is Silverlight, on Windows
7 Mobile, I think.

Pete
 
Back
Top