Show / Hide Table of Contents

Method dialog.SetFooter(+ 2 overloads)


Overload

Adds text and common icon at the bottom of the dialog.

public void SetFooter(string text)
Parameters
text  (string)

Text, optionally preceded by an icon character and |, like "i|Text". Icons: x error, ! warning, i info, v shield, a app.


Overload(next)

Adds text and common icon at the bottom of the dialog.

public void SetFooter(string text, DIcon icon)
Parameters
text  (string)

Text.

icon  (DIcon)

Overload(top)

Adds text and custom icon at the bottom of the dialog.

public void SetFooter(string text, object icon)
Parameters
text  (string)

Text.

icon  (object)

Icon of size 16 (or more if high DPI). Can be icon, Icon, IntPtr (native icon handle), Bitmap.