TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / Site Property

In This Topic
    Site Property (C1TreeView)
    In This Topic
    Gets or sets the site of the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Site As ISite
    public override ISite Site {get; set;}

    Property Value

    The System.ComponentModel.ISite associated with the System.Windows.Forms.Control, if any.
    See Also