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

In This Topic
    CanZoom Method (MonthCalendarZoomPolicy)
    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.
    See Also