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 |
Overload(next)
Adds text and common icon at the bottom of the dialog.
public void SetFooter(string text, DIcon icon)
Parameters
Overload(top)
Adds text and custom icon at the bottom of the dialog.
public void SetFooter(string text, object icon)