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

In This Topic
    TargetControl Property (ZoomManipulationStartingEventArgs)
    In This Topic
    Gets a reference to the control that raised the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetControl As Control
    public Control TargetControl {get;}

    Property Value

    The control that raised the event.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the ZoomFactorChanged event.

    See Also