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

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