Dockable Areas
The Dockable Areas are categorized into four different regions:
- Property Area - Could be used to display functions. Example : Create Box, Create Targets.
- TreeView Area - Could be used to display the Add-In specific objects and can have all the treeView specific features in it.
- Temporary Window Area - Could be used if a paraller activity needs to be performed. Example : Document Window
- Horizontal Area - Could be used to have watch windows, display log messages, etc
Features of ToolWindow:
Controls can be added into ToolWindow, for example TabControl.
UserControls created from VisualStudio can be added to ToolWindow.
ToolWindow can be created and added based on reference ToolWindow.
ToolWindow can be Docked based on the DockStyle.
Visibility of the ToolWindow can be controlled based on active ribbon tab.