ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroup Class / Site Property

In This Topic
    Site Property (RibbonGroup)
    In This Topic
    Gets or sets the ISite of the RibbonGroup.
    Syntax
    'Declaration
     
    Public Overrides Property Site As System.ComponentModel.ISite
    public override System.ComponentModel.ISite Site {get; set;}
    See Also