Skip to main content
A newer version of this page is available. .
Bar

BarItemImageOptions.GetImageCollectionImage(ISvgPaletteProvider, Boolean, Boolean) Method

Returns the required image form the associated image collections.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public Image GetImageCollectionImage(
    ISvgPaletteProvider provider,
    bool isLarge,
    bool isDisabled = false
)

Parameters

Name Type Description
provider DevExpress.Utils.Design.ISvgPaletteProvider

An ISvgPaletteProvider object specifying colors used to paint vector images.

isLarge Boolean

true to get a large image; false to get a small image.

Optional Parameters

Name Type Default Description
isDisabled Boolean False

true to get an image for the disabled state; false to get an image for the normal state.

Returns

Type Description
Image

The required image.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also