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

In This Topic
    IconSet Property (RibbonIconItem)
    In This Topic
    Gets the icon set used to display item with different sizes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconSet As IconSet
    public IconSet IconSet {get;}
    Remarks
    Fill this set with icons of different sizes to get better appearance in different display modes and at different screen resolutions.
    See Also