Show / Hide Table of Contents

Method dialog.Text2


Overload

Sets message text.

public dialog Text2(DText text)
Parameters
text  (DText)

Text. Can be string, or string with links like new("Text <a>link</a> text.", e => { print.it("link"); }), or null.

Returns
dialog