all groups > dotnet windows forms designtime > february 2005 >
You're in the

dotnet windows forms designtime

group:

ColumnHeader. Is the (Name) a design time property? Or something e


ColumnHeader. Is the (Name) a design time property? Or something e ALWIZ New
2/14/2005 1:27:01 AM
dotnet windows forms designtime:
Hi,

Is it possible to retrieve the (Name) value from ColumnHeader property? I am
trying to get the value through PropertyDescriptor / PropertyInfo, override
it through new property but it does not seems to work or it is not available
to access. How can I actually do that programmatically in design-time?

RE: ColumnHeader. Is the (Name) a design time property? Or something e ALWIZ New
2/14/2005 1:33:02 AM
Hi again,

This is same to ToolBarButton.

Thanks,

[quoted text, click to view]
Re: ColumnHeader. Is the (Name) a design time property? Or something e azerty
2/16/2005 11:21:33 PM
(Name) is not the property of the component but the name of the member in
the container (the current form for example)

so I think if you want to read this information, you need to take another
way like GetService and good interface of the design system.

I hope it's can help you ...
"ALWIZ New" <ALWIZNew@discussions.microsoft.com> a écrit dans le message de
news:3A38051D-1B61-4EF6-BA28-4EEE89F49BBE@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button