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
    See Also