Introduction
With CorelDRAW X6 you can now create custom .NET controls that can be hosted in either a custom docker or the UI itself, including toolbars and menus. I will be doing a few posts on exactly how this is done. For this post we will build our own slider control that will change the line width of the selected shapes.
WPF User Control Library
I will be using Visual Studio 2010 Professional to create the custom control. Start a new project, Visual...