TouchToolKit for WinForms | ComponentOne
Touch Event Provider / DisablingPenFlicks
In This Topic
    DisablingPenFlicks
    In This Topic

    Pen Flicks may be available to quickly navigate and perform shortcuts on your device with a flick of your pen. The following screenshot indicates the Pen Flicks option of the Control Panel when the Pen Flicks is available on the device.

    disable pen flicks

     

    To disable the Pen Flicks, set the C1TouchEventProvider.EnablePenFlicks property to False.

     

    [C#]

    c1TouchEventProvider1.EnablePenFlicks = false;

     

    [Visual Basic]

    C1TouchEventProvider1.EnablePenFlicks = False