Here we have a brand spanking new control for the KryptonToolkit called KryptonSeparator. It is however a very simple control that draws as an area separator and provides splitter functionality. Here you can see the control at various sizes and orientations in the Office 2008 Black scheme…

As the user moves the mouse over the control it changes the mouse cursor to indicate that it provides splitter functionality. If you press the mouse and start dragging then you see feedback drawn over the application that shows what change will occur if you release the mouse. Here you can see the visual feedback as a drag occurs…

The KryptonSeparator does not actually do anything when you release the mouse at the end of the drag as there is no way for the control to know what other controls should be resized and positioned. Instead it generates events that you can monitor and once the drag ends you use that event to decide what action to take.
May 11th, 2009 at 4:56 pm
Hmm nice but you should rather take a look at the Wishlist Thread for more anticipated enhancements of the Toolkit ;-)
May 11th, 2009 at 5:15 pm
It was added because I needed it for putting between controls in the new docking windows feature. Thought I might as well make it reusable as it takes the same time to make it reusable as a private instance just for docking.
May 11th, 2009 at 5:17 pm
Is that Office 2008 or 2007?
May 11th, 2009 at 5:41 pm
There is no such thing as Office 2008.
May 11th, 2009 at 11:04 pm
Please read the first paragraph in the post, I should have been more specific, apologies!
May 12th, 2009 at 12:53 am
I’m sure Phil was refering to his Office 2007 Black-palette. There is a Office 2008 version indeed – but it’s Mac-only.
May 16th, 2009 at 10:54 pm
I can think of a couple additional uses for this. Does it have the ability to override the cursor and the drag functionality?