Inherited Control Visible/Enabled Property Value Always True: PropertyGrid
I have created a custom WinForms hosting environment. Which has a toolbox and a PropertyGrid. The controls displayed in the Toolbox are inherited from existing WinForm controls. DropDownList Source: public interface IPropertyFilter : ICustomTypeDescriptor { PropertyDescriptorCollection FilterProperties(PropertyDescriptorCollection...