TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Magnify Class / SetEnableMagnifier Method
The System.Windows.Forms.Control to associate the C1Magnify.
true if associates C1Magnify with the specified control. otherwise false.
Example

In This Topic
    SetEnableMagnifier Method (C1Magnify)
    In This Topic
    Associates C1Magnify with the specified control.
    Syntax
    'Declaration
     
    
    Public Sub SetEnableMagnifier( _
       ByVal control As Control, _
       ByVal value As Boolean _
    ) 
    public void SetEnableMagnifier( 
       Control control,
       bool value
    )

    Parameters

    control
    The System.Windows.Forms.Control to associate the C1Magnify.
    value
    true if associates C1Magnify with the specified control. 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