Table of Contents

Method SetImageSets

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

SetImageSets(ImageSet?, ImageSet?)

Sets the images for the control.

public void SetImageSets(ImageSet? image, ImageSet? disabledImage)

Parameters

image ImageSet

The set of images to use.

disabledImage ImageSet

The set of images to use when disabled.