TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PictureBoxZoomPolicy Class / CanZoom Method
The specified control.

In This Topic
    CanZoom Method (PictureBoxZoomPolicy)
    In This Topic
    Determines whether this instance can zoom the specified control.
    Syntax
    'Declaration
     
    
    Public Overridable Function CanZoom( _
       ByVal control As Control _
    ) As Boolean
    public virtual bool CanZoom( 
       Control control
    )

    Parameters

    control
    The specified control.

    Return Value

    true if this instance can zoom the specified control; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also