Really simple question here (in fact, I'm surprised I couldn't find it on my own), but how do you hide properties from the forms designer? I have several properties that are accessors to the properties of contained objects or the objects themselves, but they don't get instantiated until after OnHandleCreated() is called, so I often get null exceptions from the designer.
On that same note, is it possible to hide inherited properties? For instance, I have no need for Control.BackColor.
Thanks in advance!
Luke