Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 ISite
    public override ISite Site {get; set;}
    See Also