I have a custom control based on the label control. My question is how I disable the selection box around this custom control when a user selects it while in design mode. I would like to just change the font color when selected, and then change it back when unselected.
The reason for this is because when you have many labels with small font very close together it makes it hard to see the other labels when you select one of them and the selection box from the one selected obscures the user from seen the other labels that are very close to the one selected.