DockingGuidesTemplate
RadDock comes with four predefined docking guides templates:
- Visual Studio 2008
- Visual Studio 2010
- Control Default
- Office2010
By default, RadDock uses the VS2010 template. In order to use the VS2008 template, you can set it as shown below:
Creating a custom docking guides template
RadDock gives you the ability to create and use your own DockingGuidesTemplates. The following example explains what is contained in a DockingGuidesTemplate and how it should be set up.
For our custom DockingGuidesTemplate we will use the following images (used in VS2008 template):
Left ![]() |
Top ![]() |
Right ![]() |
Bottom ![]() |
Fill ![]() |
Left Hot ![]() |
Top Hot ![]() |
Right Hot ![]() |
Bottom Hot ![]() |
Fill Hot ![]() |
Center Background ![]() |
We should first create a DockingGuidesTemplate object and then set the images and their locations on the center background image. RadDock will define its hot mouse areas on the CenterBackground image depending on the images' locations that we set. The left, top, right and bottom images are reused for the outer guides (outside the center "compass"):
As you can see in the code snippet, we are setting the DockingHintBackColor and DockingHintBorderColor properties which determine the colors of the docking hint area. The result is shown on the figure below: