Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimePicker Class / Site Property

In This Topic
    Site Property (RibbonTimePicker)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Site As ISite
    public virtual ISite Site {get; set;}

    Property Value

    The System.ComponentModel.ISite associated with the System.ComponentModel.Component, or a null reference (Nothing in Visual Basic) 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.
    See Also