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

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