New to Telerik UI for WinForms? Download free 30-day trial

Building the Telerik CAB Enabling Kit

Telerik CAB Enabling Kit can be downloaded from GitHub. The CABKit solution contains of the Telerik.WinControls.CompositeUI project where the RadControls workspaces, adapters, etc are located. Additionally, in the solution, you can find two sample applications created with Telerik CAB Enabling kit – BankTeller and Finance.

In order to build the Telerik CAB Enabling Kit you will need:

  • The following Microsoft assemblies (Included in the package):

    • Microsoft.Practices.CompositeUI

    • Microsoft.Practices.CompositeUI.Winforms

    • Microsoft.Practices.ObjectBuilder

  • The following Telerik assemblies:

    • Telerik.WinControls

    • Telerik.WinControls.RadDock

    • Telerik.WinControls.UI

    • TelerikCommon

After building the project it will output the Telerik.WinControls.CompositeUI assembly, which you can add as reference in your application and start building CAB applications empowered by the Telerik UI for WinForms suite.

In this article