Property dialog.options.timeoutTextFormat
Overload
Timeout text format string.
public static string timeoutTextFormat { get; set; }
Property Value
Remarks
Default: "This dialog will disappear if not clicked in {0} s.\nTimeout action: {1}."
.
Use placeholder {0}
for seconds (in the first line) and {1}
for default action (in the second line).