Table of Contents

Constructor Info

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

Info()

Initializes a new instance of the KnownButtons.Info class.

public Info()

Info(object?)

Initializes a new instance of the KnownButtons.Info class with the specified text.

public Info(object? text)

Parameters

text object

Button text.

Info(object?, SvgImage?)

Initializes a new instance of the KnownButtons.Info class with the specified text and image.

public Info(object? text, SvgImage? svg)

Parameters

text object

Button text.

svg SvgImage

Button image.

Info(SvgImage)

Initializes a new instance of the KnownButtons.Info class with the specified image.

public Info(SvgImage svg)

Parameters

svg SvgImage

Button image.