Hi all, I'm trying to do something very similar to the WPF Custom Shape example; add controls to a shape in some sort of container (panel,...)
WPF Example desired in Winforms
Is there a Winforms version of this example somewhere?
Future Request: I think (IMHO) that there should be a section for this. Defining a Custom Shape, Adding Controls, Setting Custom Connection Points, Adding the new shape to the Toolbox, Configuring the Properties Editor, and setting up Drag-Drop. If you are creating a custom shape all of these are parts of the effort. The Documentation is all spread out over each element with no real guiding document to cover what all is possible/necessary to get a working shape (that i could find anyway).