TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / InnerPanel Property
Example

In This Topic
    InnerPanel Property (C1Zoom)
    In This Topic
    Gets the inner panel that contains the target form's child controls.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InnerPanel As Panel
    public Panel InnerPanel {get;}
    Remarks
    The inner panel will cover the form after the GcZoom attached to target form. So the value of System.Windows.Forms.Control.Capture property of target form is incorrect, you should use System.Windows.Forms.Control.Capture property of inner panel instead.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the Controls property.

    See Also