I wrote a pair of WPF controls that I will use on a new application.
One of these controls inherits from the Window class. I don't want
this control to be shown on the VS.NET toolbox but even when using the
ToolboxItem(False) attribute, the controls is still displayed. Is
there any specific way to hide a WPF control from the Toolbox on
VS.NET?
Regards,
Robert Scheer