Table of Contents

Method SetTabImage

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

SetTabImage(int?, Image?, Image?)

Sets images for the tab.

public virtual void SetTabImage(int? index, Image? image, Image? disabledImage = null)

Parameters

index int?

The index of the tab page.

image Image

Tab image.

disabledImage Image

Tab image in the disabled state.

SetTabImage(int?, ImageSet?, ImageSet?)

Sets images for the tab.

public virtual void SetTabImage(int? index, ImageSet? image, ImageSet? disabledImage = null)

Parameters

index int?

The index of the tab page.

image ImageSet

Tab image.

disabledImage ImageSet

Tab image in the disabled state.