I'm searching for some hints on how to change the text forecolor for specific cells in the PropertyGrid at runtime. I assumeimplementing aUITypeEditor would be part of the answer, but I haven't found any hints on what to do from there. I was thinking of overriding the EditValue method somehow, but since I haven't written many UITypeEditors, I'm not even sure if this is the correct direction. Any ideas? Thanks.