Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / PressedIconSet Property

In This Topic
    PressedIconSet Property (RibbonSplitButton)
    In This Topic
    Gets the icon set for the Pressed state.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PressedIconSet As IconSet
    public IconSet PressedIconSet {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