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.

    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