TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / Site Property

In This Topic
    Site Property (C1Zoom)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides WriteOnly Property Site As ISite
    public override ISite Site {set;}

    Property Value

    The System.ComponentModel.ISite associated with the System.ComponentModel.Component, or null if the System.ComponentModel.Component is not encapsulated in an System.ComponentModel.IContainer, the System.ComponentModel.Component does not have an System.ComponentModel.ISite associated with it, or the System.ComponentModel.Component is removed from its System.ComponentModel.IContainer.
    Exceptions
    ExceptionDescription

    This component should only add to a Form.

    -or-

    A form can't attach two or more GcZoom component.

    -or-

    Can't use GcZoom and GcZoomPanel together.

    See Also