We're building a custom tab widget for our project and I'm creating a Designer plugin for it. I'm having trouble getting the same functionality as the standard tab widget.
I'd like to have our widget mimic the same behavior to: 1) allow changing tab inside of designer by clicking the tabs 2) show "browned out" properties (e.g., if no tabs are on the widget)
I've created a collection and property extension for the widget, and I've got it to add/insert/delete tabs, but I haven't been able to find out how to do these two things.
Is the source code for the tab widget plugin available somewhere? Or does anyone know how which methods to attach to the widget from designer to do this?