I have a C#/WinForms application with a custom "NumericTextBox" class which inherits from TextBox. However, there are many properties in the VSDesigner that make no sense to a NumericTextBox (multiline, password chars, etc.).
Is there any way to make them "disappear" from the designer so they can't accidentally be set?
The other "solutions" on StackOverflow don't handle properties that can't be overridden.