Table of Contents

Method SetImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetImages(Image?, Image?)

Sets the images for the control.

public void SetImages(Image? image, Image? disabledImage)

Parameters

image Image

The normal image to display.

disabledImage Image

The image to display when disabled.

SetImages(Image?, Image?, ImageSet?, ImageSet?)

Sets the images for the control.

public virtual void SetImages(Image? image, Image? disabledImage, ImageSet? imageSet, ImageSet? disabledImageSet)

Parameters

image Image

The normal image to display.

disabledImage Image

The image to display when disabled.

imageSet ImageSet

The set of images to use.

disabledImageSet ImageSet

The set of images to use when disabled.