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

In This Topic
    Site Property (C1ZoomPanel)
    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
    A form can't attach two or more GcZoom component
    See Also