Skip to main content

RibbonControl.ApplicationButtonSmallIcon Property

Gets or sets the image displayed within the Application Button in the Office2010 paint style. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public ImageSource ApplicationButtonSmallIcon { get; set; }

#Property Value

Type Description
ImageSource

An ImageSource value that specifies the image displayed within the Application Button in the Office2010 paint style.

#Remarks

A RibbonControl's Application Button displays a large or small image in the Office2007 and Office2010 paint styles, respectively. Use the ApplicationButtonSmallIcon property to specify a custom small image for the Application Button. Its size should be 16x16 pixels, at 96 dpi. A large image can be specified via the RibbonControl.ApplicationButtonLargeIcon property.

In the Office2010 style, the small image can be followed by text, specified by the RibbonControl.ApplicationButtonText property.

A RibbonControl's paint style is specified by the RibbonControl.RibbonStyle property.

See Also