ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonSplitButton Class / SmallPressedImage Property

In This Topic
    SmallPressedImage Property (RibbonSplitButton)
    In This Topic
    Gets or sets the small image of pressed state.
    Syntax
    'Declaration
     
    Public Property SmallPressedImage As System.Drawing.Image
    public System.Drawing.Image SmallPressedImage {get; set;}
    See Also