Getting Started with WinForms Telerik CAB Enabling Kit
Telerik CAB Enabling Kit gives you several Composite UI Application Block (CAB) Extensions for building smart client applications with CAB and Telerik UI for WinForms. It allows developers to take full advantage of the flexibility that the modular structure of CAB architectural framework provides. Using Telerik CAB Enabling Kit for creating separate UI modules for Windows applications speeds up the development improves testability and reduces costs.
Start using Telerik CAB Enabling Kit (via NuGet package)
Here is how to start building CAB application in just a few steps, by using the TelerikCompositeUI NuGet package:
Install the Telerik UI for WinForms suite on your computer.
-
Open Visual Studio 2010 and create a new WinForms application.
Make sure that you have NuGet Package Manager extension for VS2010 installed.
-
In VS2010 navigate to Tools > Library Package Manager > Manage NuGet Packages for Solution…
-
Search for TelerikWinCompositeUI package and click install.
Select the project(s) where you want to install this package and click OK.
The Telerik.WinControls.CompositeUI assembly will be copied to the selected project(s) directory and will be referenced in the project(s).
-
Add references to the used in the CAB kit assemblies:
- Telerik.WinControls
- Telerik.WinControls.RadDock
- Telerik.WinControls.UI
- TelerikCommon
9. Now you can start using Telerik CAB Enabling Kit.