Thanks a lot, Gabriel. There's a lot of information in your swift reply, I
hope I'll be able to find my way through...
And yes, the class should be mine, I guess there would be nothing to expect
if it were not mine.
Thanks.
pax
"Gabriel Lozano-Morán" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If you are trying to display properties for a class you control you can
> implement the ICustomeTypeDescriptor interface found in the
> System.ComponentModel namespace, override the GetProperties() and create
> your own PropertyDescriptors overriding the DisplayName property.
>
> Gabriel Lozano-Morán
> MCSD .NET
> Real Software
> http://www.realdn.net
> http://www.realsoftware.be
>
> <pax> wrote in message news:uada%(E-Mail Removed)...
> >
> > Hi, NG!
> > Does anyone have any hint on how to get the PropertyGrid control to
> display
> > more user-friendly "property" names, i.e. names that contain spaces,
just
> > the way the VS IDE does when you select a file in Solution Explorer to
> view
> > its properties ("Build Action", "Copy to Output Directory" etc)? How are
> > those strings displayed since they don't seem to be real property names
as
> > they contain spaces? I'm trying to achieve this in C#...
> >
> > Thanks in advance.
> >
> >
> >
> > pax
> >
> >
>
>