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 void SetIcon(ImageSet? bitmap)

Parameters

bitmap ImageSet

Icon of the tooltip.

SetIcon(MessageBoxIcon)

Sets the standard icon to show in the tooltip.

public virtual void SetIcon(MessageBoxIcon icon)

Parameters

icon MessageBoxIcon

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