TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ZoomDetachedEventArgs Class / Form Property
Example

In This Topic
    Form Property (C1ZoomDetachedEventArgs)
    In This Topic
    Gets the System.Windows.Forms.Form that has been detached by C1Zoom component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Form As Form
    public Form Form {get;}

    Property Value

    The System.Windows.Forms.Form that has been detached by C1Zoom component.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the C1ApplicationZoom class.

    See Also