Method SetTabImage
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
ImageTab image.
disabledImage
ImageTab 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)