The Xceed Component Installer will copy all the necessary files into the product's installation folder (usually in <Installation Folder>\Xceed Components\Bin\.NET) as well as place a copy of the Xceed Docking Windows for WinForms assemblies (Xceed.DockingWindows.v#.#.DLL and Xceed.DockingWindows.Layout.v#.#.DLL) in the global cache. The only things left to do in order to begin using Xceed Docking Windows for WinForms is to reference the assemblies in your project or add the control to your toolbox and make sure the component is properly licensed for runtime use.
To add the control to your toolbox , the following steps must be taken :
Select the toolbox tab where you would like Xceed Docking Windows for WinForms to be.
Right click on the toolbox and select the "Choose Items..." option. This should launch the "Choose Toolbox Items" dialog.
Select the ".NET Framework Components" tab and select the "DockLayoutManager" component. If the component does not appear in the list, reinstall the product.
Click on the "OK" button.
Add the control to your form.
To add a reference to the in your project, the following steps must be taken:
Select the "Add Reference" option from your "Project" menu. This can also be done by right-clicking on the "References" menu in the "Solution Explorer" and selecting the "Add Reference" option.
In the "Add Reference" dialog, select the ".NET" tab
Select the (Xceed.DockingWindows) from the list of available components and click on the "Select" button. If the component does not appear in the list, reinstall the product.
Click on the "OK" button.
You can then use the Imports statement to create aliases for existing namespaces, and avoid having to type the fully qualified type names.
VB.NET | Copy Code |
---|---|
Imports Xceed.DockingWindows |