Table of Contents

Method SetMessageIcon

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

SetMessageIcon(MessageBoxIcon?)

Sets the icon displayed in the message box.

public virtual void SetMessageIcon(MessageBoxIcon? icon)

Parameters

icon MessageBoxIcon?

The MessageBoxIcon to display, or null to display no icon.

Remarks

The method updates the image of the label to reflect the specified icon.