Table of Contents

Method SetIcon

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

SetIcon(ImageSet?)

Sets the small icon to show in the tooltip.

public virtual IRichToolTip SetIcon(ImageSet? bitmap)

Parameters

bitmap ImageSet

Icon of the tooltip.

Returns

IRichToolTip

SetIcon(MessageBoxIcon?)

Sets the standard icon to show in the tooltip.

public virtual IRichToolTip SetIcon(MessageBoxIcon? icon)

Parameters

icon MessageBoxIcon?

One of the standard information/warning/error icons (the question icon doesn't make sense for a tooltip)

Returns

IRichToolTip