MadMaxMSCN
Newcomer
Hi
I want to use a PropertyGrid in my application to change some properties of some controls in my application at runtime.
Is there a way to hide some properties so you can't edit it? The Enabled, the Visible and some other properties should'nt be shown in the PropertyGrid.
How can I do this?
would work if I would use my own class to show its properties. But I can't use this for Buttons, Labels and so on because I can't modify their code.
I want to use a PropertyGrid in my application to change some properties of some controls in my application at runtime.
Is there a way to hide some properties so you can't edit it? The Enabled, the Visible and some other properties should'nt be shown in the PropertyGrid.
How can I do this?
Code:
<BrowsableAttribute(False)> _
Public Property ...