Hi,
I have a couple of custom user controls, which may display text, or some other element, and which are custom rendered (by overriding OnPaint). Now, normal .NET controls (such as Labels, etc), grey out, and 'look' properly disabled when the Enabled property for them is set to false. My custom components do not, and still appear very much active.
I'm not 100% sure what properties or colors are used to indicate an equivalent 'disabled' state, does anyone know?
Cheers