TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Magnify Class
Members Example

In This Topic
    C1Magnify Class
    In This Topic
    Represents the component which can be attached to any existing control, after long tap on the control, a magnifier will popup above the finger, and shows the info around the finger.
    Object Model
    C1Magnify Class
    Syntax
    'Declaration
     
    
    Public Class C1Magnify 
       Inherits System.ComponentModel.Component
    public class C1Magnify : System.ComponentModel.Component 
    Remarks

    A form can attach two or more C1Magnify component, if has two or more fingers long tap on the attach control, only first magnifier popup.

    Example

    The following code example shows how to use C1Magnify component.

    You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.

    If you find a licenses error when run this code. Try to drag a C1Magnify component to a any Form from tool box can generate the licenses information to this project.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.TouchToolKit.C1Magnify

    See Also