Constructor Info
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
textobjectButton 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
Info(SvgImage)
Initializes a new instance of the KnownButtons.Info class with the specified image.
public Info(SvgImage svg)
Parameters
svgSvgImageButton image.