Table of Contents

Class MessageBoxSvg

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

Contains known svg images for the message box dialogs.

public static class MessageBoxSvg
Inheritance
MessageBoxSvg

Properties

Asterisk

Icon for the Asterisk. Image normally contains a symbol consisting of a lowercase letter i in a circle.

Error

Icon for the Error.

Exclamation

Icon for the Exclamation. Image normally exclamation point in a triangle with a yellow background.

Hand

Icon for the Hand. Image normally contains a white X in a circle with a red background.

Information

Icon for the Information.

Question

Icon for the Question.

Stop

Icon for the Stop. Image normally contains a symbol consisting of white X in a circle with a red background.

Warning

Icon for the Warning.

Methods

GetImage(MessageBoxIcon)

Gets message box icon as SvgImage with the specified index.

RemoveEmptyMessageBoxIconIndexes<T>(ListControl<T>)

Removes empty message box icon indexes from the items of the specified list control.

SetImage(MessageBoxIcon, SvgImage?)

Sets message box icon with the specified index.