TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / HoldingEventArgs Class / TargetControl Property

In This Topic
    TargetControl Property (HoldingEventArgs)
    In This Topic
    Gets the target control which attached to the C1TouchEventProvider.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetControl As Control
    public Control TargetControl {get;}

    Property Value

    The target control which attached to the C1TouchEventProvider.
    See Also