TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Magnify Class / GetEnableMagnifier Method
The System.Windows.Forms.Control for which to retrieve the C1Magnify.
Example

In This Topic
    GetEnableMagnifier Method (C1Magnify)
    In This Topic
    Retrieves the C1Magnify associated with the specified control or not.
    Syntax
    'Declaration
     
    
    Public Function GetEnableMagnifier( _
       ByVal control As Control _
    ) As Boolean
    public bool GetEnableMagnifier( 
       Control control
    )

    Parameters

    control
    The System.Windows.Forms.Control for which to retrieve the C1Magnify.

    Return Value

    true if the specified control will shows magnifier after press and hold; otherwise, false.
    Example

    The following code example shows how to use this property.

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

    See Also