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

In This Topic
    Site Property (C1ZoomCommandProvider)
    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 UserControl
    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