Hi!
Why doesn't some properties update in Designer view of a TextBox derived
control?
If I add the default textbox the border disappears if I choose BorderStyle =
None. If I choose my custom control, which has no extra functionality only
inherits from TextBox, the border doesn't disappear.
Here are some properties that are not updated in design time:
BorderStyle
Text
Font
Here are some properties that are updated:
BackColor
ForeColor
Why is this?
Peter Hartlén - 29 Sep 2006 16:08 GMT
Fixed by adding the DesktopCompatible attribute...
> Hi!
>
[quoted text clipped - 15 lines]
>
> Why is this?