Table of Contents

Method AddPicture

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

AddPicture(SvgImage?, string?)

Adds PictureBox to the control.

public virtual ObjectUniqueId AddPicture(SvgImage? image = null, string? toolTip = null)

Parameters

image SvgImage

Svg image.

toolTip string

Item tooltip.

Returns

ObjectUniqueId

ObjectUniqueId of the added item.

AddPicture(ImageSet?, ImageSet?, string?)

Adds PictureBox to the control.

public virtual ObjectUniqueId AddPicture(ImageSet? image = null, ImageSet? imageDisabled = null, string? toolTip = null)

Parameters

image ImageSet

Normal image.

imageDisabled ImageSet

Disable image.

toolTip string

Item tooltip.

Returns

ObjectUniqueId

ObjectUniqueId of the added item.