# TouchToolKit Overview

Turn your Windows Forms applications into touch-robust applications with TouchToolKit for WinForms.

## Content

Turn your Windows Forms applications into touch-robust applications with **TouchToolKit for WinForms**.
The suite includes 7 components to enhance the touch operations. They include the following:

* **ApplicationZoom**
* **Magnify**
* **MultiScaleImage**
* **TouchEventProvider**
* **Zoom**
* **ZoomPanel**
* **ZoomCommandProvider**

Once you add the **Zoom** component to the Form, end-users can zoom the Form's content by 2 finger gesture, called pinch-out or stretch in mobile devices, to make a comfortable size for touch. This enables users to continue their work on the optimized Form using the mouse/keyboard while using **TouchToolKit**. As a result you can continue supporting both Mouse users and Touch screen users without trade-offs.

| **Documentation** | **Product Sample Location** |
| ------------- | ----------------------- |
| [Getting Started with TouchToolKit](/componentone/docs/win/online-touchtoolkit/quickstart)<br>[Zoom Component](/componentone/docs/win/online-touchtoolkit/zoom-overview)<br>[Zoom Command Provider](/componentone/docs/win/online-touchtoolkit/zoom-command-provider-overview) [Zoom Panel](/componentone/docs/win/online-touchtoolkit/zoom-panel-overview) <br>[Application Zoom Component](/componentone/docs/win/online-touchtoolkit/application-zoom-overview) [TouchEventProvider](/componentone/docs/win/online-touchtoolkit/touch-event-provider) <br>[Magnify Component](/componentone/docs/win/online-touchtoolkit/magnify-overview) <br>[MultiScaleImage Control](/componentone/docs/win/online-touchtoolkit/multi-scale-image-overview) | .NET Framework: Product samples are located at \\Documents\\ComponentOne Samples\\WinForms\\vx.x.x\\TouchToolkit\\CS\\ on your system, if you have installed the samples while installing WinForms Edition using ComponentOneControlPanel.exe. .NET: Product samples are located at \\Documents\\ComponentOne Samples\\WinForms\\vx.x\\TouchToolkit\\CS\\ on your system, if you have installed the samples while installing WinForms Edition using ComponentOneControlPanel.exe. |
| **Videos** | **Demo Samples** |
| [ComponentOne Product Videos](https://developer.mescius.com/videos/componentone) | [Download WinForms Product Demo](https://developer.mescius.com/componentone/demos) |

>type=note
> **Note**: ComponentOne TouchToolKit control is compatible with both .NET and .NET Framework.

>type=info
> **Namespace Update**: The **C1.Win.C1TouchToolkit** namespace is now **C1.Win.TouchToolkit**. Update your using directives and reference the new NuGet package **C1.Win.TouchToolkit**. All TouchToolkit assemblies are merged into a single package for easier installation

| API References |  |
| -------------- | --- |
| [C1.Win.C1TouchToolKit .NET Framework Assembly](/componentone/api/win/online-touchtoolkit/dotnet-framework-api/C1.Win.TouchToolkit.4.8/C1.Win.TouchToolKit.html) | [C1.Win.TouchToolKit .NET Assembly](/componentone/api/win/online-touchtoolkit/dotnet-api/C1.Win.TouchToolKit.10/C1.Win.TouchToolKit.html) |
