Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / BaseTheme Class / Site Property

In This Topic
    Site Property (BaseTheme)
    In This Topic
    Gets or sets the ISite associated with the IComponent.
    Syntax
    'Declaration
     
    Public Overridable Property Site As System.ComponentModel.ISite
    public virtual System.ComponentModel.ISite Site {get; set;}
    See Also